diff options
author | Chun-wei Fan <fanc999@yahoo.com.tw> | 2023-01-04 17:05:30 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2023-01-09 10:18:28 +0800 |
commit | d661472529852c358f2ff441dcc396db3027075a (patch) | |
tree | 387120763f616f0150be9c763a112ec0bb6173e0 /meson.build | |
parent | 4da62c32ab6ab0c7ae3a2b332fef69c07d4dc850 (diff) | |
download | glibmm-d661472529852c358f2ff441dcc396db3027075a.tar.gz |
generate_wrap_init.pl.in: Disable warning C4273
... for Visual Studio builds, as GLib 2.75.x and later applied
__declspec(dllimport) via macros to DLL builds of the GLib libraries,
meaning that when we put the GQuark and GType function prototypes into
wrap_init.cc warning C4273 will be raised as the prototypes in
wrap_init.cc does not have any dllimport decorations (and would not have
otherwise mattered).
This allows builds with '-Dwarnings=fatal' to proceed with Visual Studio
builds.
Diffstat (limited to 'meson.build')
0 files changed, 0 insertions, 0 deletions