Skip to content

Commit

Permalink
fix(ci): ignore glad warning
Browse files Browse the repository at this point in the history
  • Loading branch information
luishfonseca committed Sep 29, 2023
1 parent 8486f7c commit f07596c
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 @@ -67,6 +67,7 @@ function(cubos_common_target_options target)
/wd4996 # Disable warning about deprecated functions
/wd4458 # Disable warning about shadowing member variables
/wd4456 # Disable warning about shadowing local variables
/wd4335 # Disable warning about Mac file format
/wd5030> # Introduces false positives for [[cubos::component]]

$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:
Expand Down

0 comments on commit f07596c

Please sign in to comment.