diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-26 17:51:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-26 17:51:52 +0300 |
commit | c9673032ff9fb5b5c1a223432181d60184685d5a (patch) | |
tree | ca0137610ba9d08093fce187996921067a9725d4 /configure.ac | |
parent | 2114f859d5b1d6984809494870f5266f53d662c7 (diff) | |
download | plugin-c9673032ff9fb5b5c1a223432181d60184685d5a.tar.gz plugin-c9673032ff9fb5b5c1a223432181d60184685d5a.tar.bz2 plugin-c9673032ff9fb5b5c1a223432181d60184685d5a.tar.xz plugin-c9673032ff9fb5b5c1a223432181d60184685d5a.zip |
Remove useless casts after server update.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1a0a685..05d98f6 100644 --- a/configure.ac +++ b/configure.ac @@ -126,6 +126,8 @@ AC_CHECK_COMPILER_WFLAG(format-y2k) AC_CHECK_COMPILER_WFLAG(missing-include-dirs) AC_CHECK_COMPILER_WFLAG(suggest-attribute=noreturn) AC_CHECK_COMPILER_WFLAG(undef) +# disabled for now +#AC_CHECK_COMPILER_WFLAG(cast-qual) AC_CHECK_FUNC([strnlen],[CFLAGS="$CFLAGS -DHAVE_STRNLEN"]) AC_CHECK_FUNC([setrlimit],[CLAGS="$CFLAGS -DHAVE_SETRLIMIT"]) |