Skip to content

Commit

Permalink
configure: reduce extranuous indentation of GCC warning options.
Browse files Browse the repository at this point in the history
It bloats the output when compiling with lots of tabs.
  • Loading branch information
eriksl committed Dec 28, 2020
1 parent 105f21b commit 1548dcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ AX_CXX_COMPILE_STDCXX_11([ext],[mandatory])
CPPFLAGS="$CPPFLAGS $PYTHON_CPPFLAGS"
CFLAGS="$CFLAGS -Wall"
CXXFLAGS="$CXXFLAGS -Wall -Werror \
-Wdangling-else -Wformat-overflow=2 \
-Wno-error=stringop-truncation \
$BASE_CFLAGS $ENIGMA2_CFLAGS $PTHREAD_CFLAGS $OPENMP_CFLAGS $ALSA_CFLAGS"
-Wdangling-else -Wformat-overflow=2 \
-Wno-error=stringop-truncation \
$BASE_CFLAGS $ENIGMA2_CFLAGS $PTHREAD_CFLAGS $OPENMP_CFLAGS $ALSA_CFLAGS"

AC_CONFIG_FILES([
Makefile
Expand Down

0 comments on commit 1548dcc

Please sign in to comment.