Skip to content

Commit 0f00834

Browse files
Jamfile: Clean up -Wno-format-truncation for usrsctp
1 parent a0598f2 commit 0f00834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jamfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ rule make_libusrsctp ( targets * : sources * : properties * )
103103
}
104104
actions make_libusrsctp
105105
{
106-
(cd $(CWD)/deps/usrsctp && mkdir -p $(BUILD_DIR) && cd $(BUILD_DIR) && cmake -DCMAKE_BUILD_TYPE=$(VARIANT) -DCMAKE_C_FLAGS="-fPIC -Wno-unknown-warning-option -Wno-format-truncation" -Dsctp_build_shared_lib=0 -Dsctp_build_programs=0 -Dsctp_inet=0 -Dsctp_inet6=0 .. && make -j2 usrsctp)
106+
(cd $(CWD)/deps/usrsctp && mkdir -p $(BUILD_DIR) && cd $(BUILD_DIR) && cmake -DCMAKE_BUILD_TYPE=$(VARIANT) -DCMAKE_C_FLAGS="-fPIC" -Dsctp_build_shared_lib=0 -Dsctp_build_programs=0 -Dsctp_inet=0 -Dsctp_inet6=0 .. && make -j2 usrsctp)
107107
cp $(CWD)/deps/usrsctp/$(BUILD_DIR)/usrsctplib/libusrsctp.a $(<)
108108
}
109109
rule make_libusrsctp_msvc ( targets * : sources * : properties * )

0 commit comments

Comments
 (0)