Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/linux-sunxi/sunxi-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Nortmann <bernhard.nortmann@web.de>2016-04-13 09:50:39 +0300
committerBernhard Nortmann <bernhard.nortmann@web.de>2016-05-04 11:31:34 +0300
commitc3d04a4b35b04cd028a738b3ba35314c5e3024a5 (patch)
treeeff9b81fc7700392b98049291c10b5b326cb2802 /bootinfo.c
parent99daba15e7feef4d920c4c2500e7751eace6113a (diff)
Get rid of two "unused parameter" warnings
Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
Diffstat (limited to 'bootinfo.c')
-rw-r--r--bootinfo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootinfo.c b/bootinfo.c
index c40e32e..34f44cc 100644
--- a/bootinfo.c
+++ b/bootinfo.c
@@ -25,6 +25,7 @@
#include <string.h>
#include <stdarg.h>
+#include "common.h"
#include "types.h"
/* boot_file_head copied from mksunxiboot */
@@ -271,7 +272,7 @@ void print_boot0_private_head(boot0_private_head_t *hdr, loader_type type)
printf("\n");
}
-void print_script(void *script)
+void print_script(void *UNUSED(script))
{
}