Skip to content

Commit

Permalink
silence GCC false positives in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grisumbras committed Sep 10, 2024
1 parent d71424c commit f5523dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ project
<include>.
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS
<toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS
<toolset>gcc:<cxxflags>-Wno-restrict # annoying false positives
;

for local f in $(SOURCES)
Expand Down

0 comments on commit f5523dd

Please sign in to comment.