Meson/MSVC: Re-organize warnings-related compiler flags
commit8668c3f8e7e09a52d4f6b0c3a389799b2a98a904
authorChun-wei Fan <[email protected]>
Mon, 23 May 2022 11:02:03 +0000 (23 19:02 +0800)
committerChun-wei Fan <[email protected]>
Tue, 24 May 2022 08:21:45 +0000 (24 16:21 +0800)
treeeaabf55ee3f9c084c1484462736ee7b660e3e98b
parent10599993cc751a383feeacac61b4d1b2e3c50e79
Meson/MSVC: Re-organize warnings-related compiler flags

Add a short description for each of the warnings-related compiler flags that we
are using.

Also, only apply '/wd4267' for 64-bit builds, since it is a warning that should
only be related to 64-bit builds.
meson.build