소스 검색

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 ;