Skip to content

Commit

Permalink
Fix stringop overflow warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Feb 29, 2024
1 parent f4fa8aa commit 8e2ed3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ else()
add_definitions(
-Wimplicit-fallthrough=0 # TODO: is everything caught by implicit-fallthrough intended?
-Wno-error=format-overflow # TODO: should probably just make sure buffer sizes are appropriate
-Wno-error=stringop-overflow # TODO: update nuklear
)
endif()
endif()
Expand Down

0 comments on commit 8e2ed3f

Please sign in to comment.