From 80f1a2cbbdd0abd509711a5069f31855df5bcd79 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 2 Jun 2016 09:09:37 -0400 Subject: Add the -Wextra-semi warning from clang, and fix the cases where it triggers --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5a5ba817b1..4865ca4dcf 100644 --- a/configure.ac +++ b/configure.ac @@ -1745,6 +1745,7 @@ if test "x$enable_gcc_warnings_advisory" != "xno"; then -Wexplicit-ownership-type -Wextern-initializer -Wextra + -Wextra-semi -Wextra-tokens -Wflexible-array-extensions -Wfloat-conversion -- cgit v1.2.3-54-g00ecf