mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -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)