Skip to content

Commit

Permalink
build: disable warning about missing DLL interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Mar 2, 2024
1 parent b2e462c commit 741b8c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ 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
/wd4335 # Disable warning about Mac file format
/wd4251> # Disable warning about missing DLL interfaces

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

0 comments on commit 741b8c8

Please sign in to comment.