112 |
112 |
113 @param code error code to be checked |
113 @param code error code to be checked |
114 @type str |
114 @type str |
115 @param lineFlags list of line flags to check against |
115 @param lineFlags list of line flags to check against |
116 @type list of str |
116 @type list of str |
|
117 @return flag indicating to ignore the code |
|
118 @rtype bool |
117 """ |
119 """ |
118 if lineFlags: |
120 if lineFlags: |
119 |
121 |
120 if "__IGNORE_WARNING__" in lineFlags: |
122 if "__IGNORE_WARNING__" in lineFlags: |
121 # ignore all warning codes |
123 # ignore all warning codes |