Skip to content

Commit 3d55f9c

Browse files
authored
Update C++ build config to accommodate recent changes (#1201)
1 parent a54a163 commit 3d55f9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/_cmake/spdl_common_config.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
101101
"-Werror=deprecated-copy-with-user-provided-dtor"
102102
"-Werror=deprecated-dynamic-exception-spec"
103103
"-Werror=duplicate-enum"
104-
"-Werror=extra-semi-stmt"
105104
"-Werror=implicit-const-int-float-conversion"
106105
"-Werror=missing-prototypes"
107106
"-Werror=shorten-64-to-32"

0 commit comments

Comments
 (0)