Disable deprecated warnings in SVD tests.

Our tests currently purposely check assertions and consistent behavior of legacy SVD methods that accept runtime options. Now that we have marked them deprecated, GCC/clang spew out many -Wdeprecated-declaration warnings. Here we disable them for our tests to remove the crud from the build logs.

Merge request reports

Loading