Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2017-04-17 18:00:01 +0300
committerkenorb <kenorb@users.noreply.github.com>2019-02-02 21:17:59 +0300
commit06eb1db254cc2bb696f1a984840b712a9d9d7e6e (patch)
tree5206f69a8d9081e9d2b627a0e3480e9793609e25
parentdf00d3652e8b6ad60dbdc703e8f150394adfafe4 (diff)
Stop using -Werror: bad practice
Not all warnings are true positives. See http://blog.schmorp.de/2016-02-27-tidbits-for-the-love-of-god-dont-use-werror.html
-rw-r--r--Makefile.in2
-rwxr-xr-x[-rw-r--r--]configure0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f8b5154..6653fe7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4,7 +4,7 @@ CFLAGS=@CFLAGS@
LDFLAGS=@LDFLAGS@ @OPENSSL_LDFLAGS@
CPPFLAGS=@CPPFLAGS@ @OPENSSL_INCLUDES@
DEFS=@DEFS@
-COMPILE_FLAGS=${CFLAGS} ${CPFLAGS} ${CPPFLAGS} ${DEFS} -Wall -Wextra -Werror -Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb -Wno-unused-parameter -fPIC
+COMPILE_FLAGS=${CFLAGS} ${CPFLAGS} ${CPPFLAGS} ${DEFS} -Wall -Wextra -Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb -Wno-unused-parameter -fPIC -D_FORTIFY_SOURCE=2
EXTRA_LIBS=@LIBS@ @EXTRA_LIBS@ @OPENSSL_LIBS@
LOCAL_LDFLAGS=-rdynamic -ggdb ${EXTRA_LIBS}
diff --git a/configure b/configure
index afc0c36..afc0c36 100644..100755
--- a/configure
+++ b/configure