Skip to content

Commit

Permalink
OpenSSL uses long long. We use -pedantic. Add -Wno-long-long.
Browse files Browse the repository at this point in the history
Closes RADSECPROXY-34.
  • Loading branch information
Linus Nordberg committed Apr 3, 2012
1 parent bd51eb6 commit 6bf4f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bf4f88

Please sign in to comment.