Skip to content

Commit

Permalink
[configure] Add -Wno-psabi to remove "passing argument changed in GCC…
Browse files Browse the repository at this point in the history
… 7.1" (sonic-net#799)

Signed-off-by: kcudnik <kcudnik@gmail.com>
  • Loading branch information
kcudnik authored Feb 20, 2021
1 parent 5cdeb23 commit 623d13b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ CFLAGS_COMMON+=" -Wvariadic-macros"
CFLAGS_COMMON+=" -Wwrite-strings"
CFLAGS_COMMON+=" -Wno-switch-default"
CFLAGS_COMMON+=" -Wconversion"
CFLAGS_COMMON+=" -Wno-psabi"

SAVED_FLAGS="$CXXFLAGS"
CXXFLAGS="-Wcast-align=strict"
Expand Down

0 comments on commit 623d13b

Please sign in to comment.