Skip to content

Commit

Permalink
Remove Winline warning since it depends on external headers (sonic-ne…
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik authored Dec 13, 2020
1 parent f4a673f commit 8a528a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ CFLAGS_COMMON+=" -Wformat-security"
CFLAGS_COMMON+=" -Wformat-y2k"
CFLAGS_COMMON+=" -Wimport"
CFLAGS_COMMON+=" -Winit-self"
CFLAGS_COMMON+=" -Winline"
CFLAGS_COMMON+=" -Wno-inline"
CFLAGS_COMMON+=" -Winvalid-pch"
CFLAGS_COMMON+=" -Wmissing-field-initializers"
CFLAGS_COMMON+=" -Wmissing-format-attribute"
Expand Down

0 comments on commit 8a528a6

Please sign in to comment.