summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Huerner <ingo_huerner@mentor.com>2015-05-07 15:48:24 +0200
committerIngo Huerner <ingo_huerner@mentor.com>2015-05-07 15:48:24 +0200
commit5fac47c728183c4dfee12524348240a07e5ef05c (patch)
tree388e51b0d5010242e13980f7d378a11bbfd3b1a7
parente411366f6a4e5a2ed92cac31f9329867394e005d (diff)
downloadpersistence-client-library-5fac47c728183c4dfee12524348240a07e5ef05c.tar.gz
Removed compiler flag -Werror, as it is nearly impossible to guarantee error free compile on every platform
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7a64f52..5f693b7 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 -Os -Wextra -Werror -fPIC -ffunction-sections"
+CFLAGS="-Wall -Os -Wextra -fPIC -ffunction-sections"
# Checks for programs.
AC_PROG_CC