Skip to content

Add rule to ignore WARNING scope not found for symbol:KWIML warnings.

T.J. Corona requested to merge tjcorona/smtk:kwiml-warnings into master

The KWIML*VERIFY symbols are extern but not actually defined anywhere. They are only there to cause compiler errors if one of the determined values is wrong. This confuses shiboken, so we ignore this warning when it comes from shiboken's code generation.

Merge request reports