From: Linus Nordberg Date: Tue, 3 Apr 2012 14:56:23 +0000 (+0200) Subject: OpenSSL uses long long. We use -pedantic. Add -Wno-long-long. X-Git-Tag: radsecproxy-1.6-rc0~34 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=libradsec.git;a=commitdiff_plain;h=6bf4f8868cd1681a795b2f2cb87d3f86fa33c04a OpenSSL uses long long. We use -pedantic. Add -Wno-long-long. Closes RADSECPROXY-34. --- diff --git a/configure.ac b/configure.ac index a74a054..8438bcb 100644 --- a/configure.ac +++ b/configure.ac @@ -79,7 +79,7 @@ case "${target_os}" in TARGET_LDFLAGS="-lpthread -lsocket -lnsl" ;; *) - TARGET_CFLAGS="-Wall -pedantic -pthread" + TARGET_CFLAGS="-Wall -pedantic -Wno-long-long -pthread" TARGET_LDFLAGS="" esac dnl Adding enabled options