Skip to content

Commit

Permalink
misc: Fixed typo in meson.build for gcc warning option
Browse files Browse the repository at this point in the history
  • Loading branch information
lasutek authored and dragonmux committed Feb 4, 2024
1 parent 813cbaf commit e393f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ extended_warnings = [
'-Wstringop-overflow',
'-Wunknown-pragmas', # MSVC's C4081 and it's a level 1 warning
'-Wunsafe-loop-optimizations',
'-Wunsuffixed-float-constant',
'-Wunsuffixed-float-constants',
'-Wunused-const-variable=2',
'-w24189', # 'identifier' : local variable is initialized but not referenced
'-Wunused-local-typedefs',
Expand Down

0 comments on commit e393f87

Please sign in to comment.