Browse Source

Added -Wno-unused-variable

Paul-Louis Ageneau 5 years ago
parent
commit
252242dd6b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Jamfile

+ 2 - 2
Jamfile

@@ -21,8 +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"
+	<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 ;
 feature gnutls : off on : composite propagated ;