mirror of
https://github.com/SphereServer/Source-X
synced 2026-08-13 10:23:05 -04:00
29 lines
711 B
Text
29 lines
711 B
Text
# 1) All warnings in any subdir “lib”
|
|
*:*/lib/*
|
|
|
|
# 2) Specific warnings everywhere
|
|
unmatchedSuppression:*
|
|
missingIncludeSystem:*
|
|
unreachableCode:*
|
|
unusedFunction:*
|
|
duplInheritedMember:*
|
|
missingOverride:*
|
|
virtualCallInConstructor:*
|
|
passedByValue:*
|
|
funcArgNamesDifferent:*
|
|
noExplicitConstructor:*
|
|
useStlAlgorithm:*
|
|
# Performance: Not a priority right now:
|
|
returnByReference:*
|
|
useInitializationList:*
|
|
# Style: Not a priority right now:
|
|
functionConst:*
|
|
constParameterPointer:*
|
|
constVariablePointer:*
|
|
functionStatic:*
|
|
unreadVariable:*
|
|
variableScope:*
|
|
|
|
#3) False positives in some files
|
|
nullPointer:*/src/common/sphere_library/ssorted_vector.h
|
|
knownConditionTrueFalse:*/src/common/sphere_library/ssorted_vector.h
|