Skip to content

Commit

Permalink
Hydrogent: removed -Wno-deprecated-builtins compile flag
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Mar 28, 2024
1 parent a643c91 commit 9b11f82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Hydrogent/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ if(MSVC)
else()
target_compile_definitions(USD-Libraries INTERFACE _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION=1)
target_compile_options(USD-Libraries INTERFACE
-Wno-deprecated-builtins
-Wno-deprecated-declarations
-Wno-conversion
-Wno-deprecated-copy
Expand Down

0 comments on commit 9b11f82

Please sign in to comment.