summaryrefslogtreecommitdiff
path: root/cgpt/cmd_show.c
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2012-05-02 23:30:16 -0700
committerGerrit <chrome-bot@google.com>2012-05-03 17:38:57 -0700
commitf47291926afce3235421f73811a04324195f3e13 (patch)
tree200ad9edd254c2190a4f1a7b4eeaa4e62447c132 /cgpt/cmd_show.c
parent23429d3d782f7506fb4747356974294cce08ac47 (diff)
downloadvboot-f47291926afce3235421f73811a04324195f3e13.tar.gz
Require -Wall -Werror for everything.
BUG=none TEST=none Change-Id: Ib9781238274285f73d00d8fca4ecda28fc2c6678 Reviewed-on: https://gerrit.chromium.org/gerrit/21748 Commit-Ready: Bill Richardson <wfrichar@chromium.org> Tested-by: Bill Richardson <wfrichar@chromium.org> Reviewed-by: Stefan Reinauer <reinauer@chromium.org>
Diffstat (limited to 'cgpt/cmd_show.c')
-rw-r--r--cgpt/cmd_show.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cgpt/cmd_show.c b/cgpt/cmd_show.c
index 3f22751a..6443931f 100644
--- a/cgpt/cmd_show.c
+++ b/cgpt/cmd_show.c
@@ -32,8 +32,6 @@ static void Usage(void)
}
int cmd_show(int argc, char *argv[]) {
- struct drive drive;
-
CgptShowParams params;
memset(&params, 0, sizeof(params));