Travis: updated the .travis_llvmcheck_suppressions file, * is not allowed
This commit is contained in:
parent
c91e1fad1e
commit
340964cd65
|
@ -1,8 +1,8 @@
|
|||
unreadVariable
|
||||
shadow*
|
||||
unused*
|
||||
shadowVar
|
||||
shadowFunction
|
||||
unusedStructMember
|
||||
nullPointer
|
||||
uninit*
|
||||
redundant*
|
||||
uninitvar
|
||||
noExplicitConstructor
|
||||
|
||||
|
|
Loading…
Reference in New Issue