Skip to content

Commit

Permalink
* disable warn of libdatachannel
Browse files Browse the repository at this point in the history
  • Loading branch information
lxowalle committed Feb 11, 2025
1 parent c182693 commit 6a4421d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/3rd_party/libdatachannel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ list(APPEND ADD_REQUIREMENTS openssl json libjuice libsrtp plog usrsctp)
#### Just for this component, won't affect other
#### modules, including component that depend
#### on this component
list(APPEND ADD_DEFINITIONS_PRIVATE -DJUICE_STATIC -DRTC_ENABLE_MEDIA=1 -DRTC_ENABLE_WEBSOCKET=1 -DRTC_EXPORTS -DRTC_SYSTEM_JUICE=0 -DRTC_SYSTEM_SRTP=0 -DUSE_GNUTLS=0 -DUSE_NICE=0 -D_GNU_SOURCE -Ddatachannel_EXPORTS)
list(APPEND ADD_DEFINITIONS_PRIVATE -DJUICE_STATIC -DRTC_ENABLE_MEDIA=1 -DRTC_ENABLE_WEBSOCKET=1 -DRTC_EXPORTS -DRTC_SYSTEM_JUICE=0 -DRTC_SYSTEM_SRTP=0 -DUSE_GNUTLS=0 -DUSE_NICE=0 -D_GNU_SOURCE -Ddatachannel_EXPORTS -w)

#### Add compile option for this component
#### Add components that depend on this component
Expand Down

0 comments on commit 6a4421d

Please sign in to comment.