mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-17 00:09:36 -04:00
Silence noisy and harmless 'inline function declared as dllimport: attribute ignored' warnings. These can be safely ignored, but cause thousands of lines of warnings during windows builds (eg mingw builds) (Unfortunately a macro based approach CANNOT be used here -- that breaks the mingw build, as it seems to have issues with nesting _Pragma along with __declspec)