Skip to content

Commit

Permalink
Add -Wno-unused-but-set-variable needed with recent GCC.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassmedegaard committed Aug 23, 2011
1 parent e21844f commit 78de223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -18,8 +18,8 @@ DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(benchmarks/v8-logo\.png|test/mjsunit/unicod


DEB_DH_MAKESHLIBS_ARGS = -- -c4 DEB_DH_MAKESHLIBS_ARGS = -- -c4


CXXFLAGS += -fno-strict-aliasing CXXFLAGS += -fno-strict-aliasing -Wno-unused-but-set-variable
CFLAGS += -fno-strict-aliasing CFLAGS += -fno-strict-aliasing -Wno-unused-but-set-variable
export CFLAGS export CFLAGS
export CXXFLAGS export CXXFLAGS


Expand Down

0 comments on commit 78de223

Please sign in to comment.