exclude shadow warnings from DIY.

DIY code is rife with shadow warnings. Ignore those.
This commit is contained in:
Utkarsh Ayachit 2017-12-23 12:47:56 -05:00
parent ffc833fd8c
commit 1737bbe9ca

@ -20,4 +20,6 @@
list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
".*warning: ignoring loop annotation.*"
)
".*diy.include.diy.*WShadow.*" # exclude `diy` shadow warnings.
".*diy.include.diy.*note: shadowed.*" # exclude `diy` shadow warnings.
)