Skip to content

Commit 9ef3164

Browse files
committed
Re-enable format warnings
1 parent 44d7c2e commit 9ef3164

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

c/test/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ swift_add_test(test-libsbp
3939
swift_set_language_standards(test-libsbp)
4040
swift_set_compile_options(test-libsbp
4141
REMOVE
42-
-Wformat-security
43-
-Wformat-y2k
44-
ADD
45-
-Wformat=0
42+
-Wdisabled-optimization
4643
)
4744

4845
add_subdirectory(cpp)

0 commit comments

Comments
 (0)