Skip to content

Commit

Permalink
#2 use RTC_DISABLE_CHECK_MSG to disable the ParseArg function which i…
Browse files Browse the repository at this point in the history
…s not used and gives a warning
  • Loading branch information
jwijffels committed Jan 24, 2024
1 parent 5c8fc83 commit f3b1a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CXX_STD = CXX14
PKG_LIBS = -pthread
PKG_CPPFLAGS = -pthread -DSTRICT_R_HEADERS -I./dr_libs -I./webrtc -I./webrtc/system_wrappers/include -I./webrtc/common_audio/third_party/spl_sqrt_floor -I./webrtc/common_audio/vad -I./webrtc/common_audio/signal_processing -I./webrtc/rtc_base
PKG_CPPFLAGS = -pthread -DSTRICT_R_HEADERS -I./dr_libs -I./webrtc -I./webrtc/system_wrappers/include -I./webrtc/common_audio/third_party/spl_sqrt_floor -I./webrtc/common_audio/vad -I./webrtc/common_audio/signal_processing -I./webrtc/rtc_base -DRTC_DISABLE_CHECK_MSG=1

SOURCES = webrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c \
webrtc/common_audio/vad/vad_gmm.c \
Expand Down

0 comments on commit f3b1a1c

Please sign in to comment.