aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/src/srec2bin.c
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-12-11 15:09:30 +0000
committerJohn Crispin <john@openwrt.org>2015-12-11 15:09:30 +0000
commit244173a09392e3b9beb02305e4b4036572044f21 (patch)
tree1112c4ccc1f57aa3473681c6a13da044e96cbc9b /tools/firmware-utils/src/srec2bin.c
parent0231d4135284dec47ec6597cf938698c6117ef1a (diff)
downloadupstream-244173a09392e3b9beb02305e4b4036572044f21.tar.gz
upstream-244173a09392e3b9beb02305e4b4036572044f21.tar.bz2
upstream-244173a09392e3b9beb02305e4b4036572044f21.zip
firmware-utils: fix various compiler warnings
mostly implicit defines due to missing includes plus one const that shouldn't be one. Signed-off-by: Felix Kaechele <felix@kaechele.ca> SVN-Revision: 47865
Diffstat (limited to 'tools/firmware-utils/src/srec2bin.c')
-rw-r--r--tools/firmware-utils/src/srec2bin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/firmware-utils/src/srec2bin.c b/tools/firmware-utils/src/srec2bin.c
index 1cffbaed96..5cc71bda22 100644
--- a/tools/firmware-utils/src/srec2bin.c
+++ b/tools/firmware-utils/src/srec2bin.c
@@ -513,7 +513,7 @@ int srec2bin(int argc,char *argv[],int verbose)
return(1);
}
-main(int argc, char *argv[])
+int main(int argc, char *argv[])
{
debug = TRUE;
debug = FALSE;