diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-05-30 10:34:57 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-05-30 10:34:57 +0200 |
commit | 2aa29f22ba75e4d79dfd482e3bfff0d9ceb1aa5a (patch) | |
tree | bd065ebdeb91cbdcde849af3075ac89e1a074b2e | |
parent | e529b213b37ebbae4ee1c941bf466d8260fe7cee (diff) | |
download | vconsole-2aa29f22ba75e4d79dfd482e3bfff0d9ceb1aa5a.tar.gz |
drop -Wno-strict-prototypes
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 0cf8693..94f49ec 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -5,7 +5,6 @@ include mk/Variables.mk # add our flags + libs CFLAGS += -DVERSION='"$(VERSION)"' -DLIB='"$(LIB)"' CFLAGS += -Wno-pointer-sign -CFLAGS += -Wno-strict-prototypes CFLAGS += -Wno-deprecated-declarations # valgrind options |