فهرست منبع

Disabled some warnings

Paul-Louis Ageneau 5 سال پیش
والد
کامیت
670386e192
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      Jamfile

+ 2 - 0
Jamfile

@@ -21,6 +21,8 @@ lib libdatachannel
 	<include>./include
 	<include>./include
 	<library>/libdatachannel//plog
 	<library>/libdatachannel//plog
 	<cxxflags>-pthread
 	<cxxflags>-pthread
+	<toolset>gcc:<cxxflags>"-Wno-pedantic -Wno-unused-parameter"
+	<toolset>clang:<cxxflags>"-Wno-pedantic -Wno-unused-parameter"
 	;
 	;
 
 
 feature gnutls : off on : composite propagated ;
 feature gnutls : off on : composite propagated ;