Skip to content

Commit

Permalink
Disable warning -Wno-unused-value for gcc 10 (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
NUCLEAR-BOMB committed Nov 19, 2024
1 parent b1f11d0 commit bf37d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ jobs:
-fsanitize=address,undefined,alignment,bool,shift,shift-exponent,shift-base,integer-divide-by-zero,unreachable,null,return,bounds,bounds-strict,object-size,float-divide-by-zero,float-cast-overflow,enum,pointer-overflow,builtin
-fno-sanitize-recover=all
-fno-sanitize=vptr
-Wno-unused-value
cmake_options: '-DOLD_LIBSTDCPP=TRUE'

# - name: 'gcc 10'
Expand Down

0 comments on commit bf37d24

Please sign in to comment.