Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
Signed-off-by: Bensuperpc <[email protected]>
  • Loading branch information
bensuperpc committed Nov 17, 2021
1 parent 70a75f2 commit bf676b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"hidden": true,
"cacheVariables": {
"CMAKE_CXX_FLAGS": "-Wall -Wextra -Wpedantic -Wshadow -Wold-style-cast",
"CMAKE_C_FLAGS": "-Wall -Wextra -Wpedantic -Wshadow -Wold-style-cast"
"CMAKE_C_FLAGS": "-Wall -Wextra -Wpedantic -Wshadow"
}
},
{
Expand Down

0 comments on commit bf676b4

Please sign in to comment.