Skip to content

Commit

Permalink
Ignoring pragma in paranoid
Browse files Browse the repository at this point in the history
  • Loading branch information
llaniewski committed Aug 24, 2023
1 parent bb639be commit 07dd2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ fi
if test "x${enable_paranoid}" == "xyes"
then
CPPFLAGS="${CPPFLAGS} -Wall -Werror -Wno-unknown-warning-option"
CPPFLAGS="${CPPFLAGS} -Wno-unused-but-set-variable -Wno-unused-variable -Wno-format-overflow -Wno-unused-private-field -Wno-self-assign"
CPPFLAGS="${CPPFLAGS} -Wno-unused-but-set-variable -Wno-unused-variable -Wno-format-overflow -Wno-unused-private-field -Wno-self-assign -Wno-unknown-pragmas"
fi

if test "x${enable_profiling}" == "xyes"
Expand Down

0 comments on commit 07dd2b9

Please sign in to comment.