mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-27 00:07:16 -05: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)