Skip to content

Commit

Permalink
Drop compile flag
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Feb 23, 2024
1 parent 835a508 commit 5733c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ToLua.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function(wrap_tolua VAR FIL)
${${VAR}}
PROPERTIES
COMPILE_FLAGS
"-Wno-bad-function-cast -Wno-unused-parameter -Wno-cast-qual -Wno-error=pedantic"
"-Wno-unused-parameter -Wno-cast-qual -Wno-error=pedantic"
)

set(${VAR} ${${VAR}} PARENT_SCOPE)
Expand Down

0 comments on commit 5733c3e

Please sign in to comment.