Browse Source

Disabled some warnings

Paul-Louis Ageneau 5 years ago
parent
commit
670386e192
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Jamfile

+ 2 - 0
Jamfile

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