浏览代码

Added -Wno-unused-variable

Paul-Louis Ageneau 5 年之前
父节点
当前提交
252242dd6b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Jamfile

+ 2 - 2
Jamfile

@@ -21,8 +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"
+	<toolset>gcc:<cxxflags>"-Wno-pedantic -Wno-unused-parameter -Wno-unused-variable"
+	<toolset>clang:<cxxflags>"-Wno-pedantic -Wno-unused-parameter -Wno-unused-variable"
 	;
 
 feature gnutls : off on : composite propagated ;