summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Huerner <ingo_huerner@mentor.com>2018-08-31 10:36:14 +0200
committerGitHub <noreply@github.com>2018-08-31 10:36:14 +0200
commit797e31444eff1ec4d9977ed040696b2baff09752 (patch)
treea9546bfb90fa8dd4292b26400cb623e9609b0076
parent140cb9c7dbea24d887a556ac9b90a548f59bd47e (diff)
parentbc4b12f20d6ab766c9edaec74c80f5ce1a294eb0 (diff)
downloadpersistence-client-library-797e31444eff1ec4d9977ed040696b2baff09752.tar.gz
Merge pull request #15 from sashko/masterv1.2.0
Fix compilation with GCC 8
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a17d775..a73f0df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# Overwrite the build in defaults
-CFLAGS="-Wall -O -Werror -fstack-protector -pthread -Wformat -Wformat-security -fexceptions -fstrict-aliasing -fno-omit-frame-pointer -Wconversion -D_FORTIFY_SOURCE=2"
+CFLAGS="-Wall -O -Werror -fstack-protector -pthread -Wformat -Wformat-security -fexceptions -fstrict-aliasing -fno-omit-frame-pointer -Wconversion -D_FORTIFY_SOURCE=2 -Wno-format-truncation"
# Checks for programs.
AC_PROG_CC