Travis: Suppress various warnings when checking clang/llvm
This commit is contained in:
parent
1fd7ea91e0
commit
c91e1fad1e
|
@ -1,2 +1,8 @@
|
|||
unreadVariable
|
||||
shadowLocal
|
||||
shadow*
|
||||
unused*
|
||||
nullPointer
|
||||
uninit*
|
||||
redundant*
|
||||
noExplicitConstructor
|
||||
|
||||
|
|
Loading…
Reference in New Issue