浏览代码

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
 	<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 ;