From a5a93101db045f6308263945dd0ef594919c6809 Mon Sep 17 00:00:00 2001 From: Kristofer Karlsson Date: Thu, 12 Apr 2018 11:31:33 +0200 Subject: [PATCH] Make gcc 7.2.0 compile --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 29bb685..e7e598b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -CFLAGS = -O2 -Wall -Wextra -Wfloat-equal -Wshadow -Wpointer-arith -Werror -pedantic +CFLAGS = -O2 -Wall -Wextra -Wfloat-equal -Wshadow -Wpointer-arith -Werror -pedantic -Wno-implicit-fallthrough -Werror=format-overflow=0 lib_LTLIBRARIES = libsparkey.la libsparkey_la_SOURCES = endiantools.h hashheader.h logheader.h \