diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-30 08:17:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-30 08:17:25 -0400 |
commit | d102e9c2e4ab5dfca0c03f7b4e27431d069338fd (patch) | |
tree | cb53b11465d2d78cd8510dcf3096bad8bfba32c2 /configure.ac | |
parent | 977821e59fb6e57639a842f498be32633bb0b0e1 (diff) | |
parent | 15d7f24c57828b94596ccfd97081840b920c2336 (diff) | |
download | tor-d102e9c2e4ab5dfca0c03f7b4e27431d069338fd.tar.gz tor-d102e9c2e4ab5dfca0c03f7b4e27431d069338fd.zip |
Merge branch 'maint-0.3.3' into maint-0.3.4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c22e8531ed..56c9d1b910 100644 --- a/configure.ac +++ b/configure.ac @@ -2296,6 +2296,9 @@ dnl -Wthread-safety-precise if test "$tor_cv_cflags__Woverlength_strings" = "yes"; then AC_DEFINE([HAVE_CFLAG_WOVERLENGTH_STRINGS], 1, [True if we have -Woverlength-strings]) fi + if test "$tor_cv_cflags__warn_unused_const_variable_2" = "yes"; then + AC_DEFINE([HAVE_CFLAG_WUNUSED_CONST_VARIABLE], 1, [True if we have -Wunused-const-variable]) + fi if test "x$enable_fatal_warnings" = "xyes"; then # I'd like to use TOR_CHECK_CFLAGS here, but I can't, since the |