diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-11-20 12:37:46 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-11-25 08:46:37 +0100 |
commit | 5d241225a25c57aaecc11ee0989c6aea4da78043 (patch) | |
tree | 9d2d0b82b5bacbffcd0cfab9ca0fe5ee53e10c60 /GNUmakefile | |
parent | b28884f4beca45086a74f78cc10e0548fe4e63a9 (diff) | |
download | fbida-5d241225a25c57aaecc11ee0989c6aea4da78043.tar.gz |
fix warnings
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 5d35341..466e6f2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -154,7 +154,7 @@ ida : LDLIBS += -lXm -lXpm -lXt -lXext -lX11 ida : LDLIBS += -ljpeg -lexif -lm # RegEdit.c is good old K&R ... -RegEdit.o : CFLAGS += -Wno-missing-prototypes -Wno-strict-prototypes +RegEdit.o : CFLAGS += -Wno-missing-prototypes -Wno-strict-prototypes -Wno-maybe-uninitialized ida: $(OBJS_IDA) $(OBJS_READER) $(OBJS_WRITER) |