Skip to content

Commit

Permalink
Remove --std=c++0x from CPPFLAGS to fix a bunch of warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jan 28, 2017
1 parent 512941e commit f8a8865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -196,7 +196,7 @@ AC_SUBST([AL_LIBS])
WARNING_FLAGS="-Wall -Wno-unused-variable -Werror=return-type"
CFLAGS="$USER_CFLAGS $WARNING_FLAGS $WX_CFLAGS"
CXXFLAGS="$USER_CXXFLAGS $WARNING_FLAGS $WX_CXXFLAGS_ONLY"
CPPFLAGS="$USER_CPPFLAGS -DPOSIX -std=c++0x $WX_CPPFLAGS $LIBSIGC_CFLAGS -DWXINTL_NO_GETTEXT_MACRO"
CPPFLAGS="$USER_CPPFLAGS -DPOSIX $WX_CPPFLAGS $LIBSIGC_CFLAGS -DWXINTL_NO_GETTEXT_MACRO"
LDFLAGS="$USER_LDFLAGS $LIBSIGC_LIBS -Wl,-z,defs"

# Debug/optimisation
Expand Down

0 comments on commit f8a8865

Please sign in to comment.