Skip to content

Commit

Permalink
Autotools: disable strict compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
sevu committed Dec 27, 2018
1 parent 45075d2 commit 0c04c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -106,8 +106,8 @@ fi
if test "x$strict" = "xyes"
then
# Strict compilation for C files is disabled until somebody wants to clean them.
# CFLAGS="$CFLAGS -Werror -Wno-unused -Wno-sign-compare"
CXXFLAGS="$CXXFLAGS -Werror -Wno-unused -Wno-sign-compare"
CFLAGS="$CFLAGS -Wno-unused -Wno-sign-compare"
CXXFLAGS="$CXXFLAGS -Wno-unused -Wno-sign-compare"
fi

# Make tests default in svn version
Expand Down

0 comments on commit 0c04c5d

Please sign in to comment.