- lang/cpp/src/context.cpp: ifdef pragma GCC diagnostic usage --
Unfortunately there is no compiler indenpendent to remove warnings yet,
as pragma GCC diagnostic is only implemented in GCC and clang and
warning is only implemented on MSVC.
Differential D578
cpp: ifdef pragma GCC usage on MSVC CarlSchwan on Jan 22 2024, 11:33 AM. Authored by Tags None Subscribers None
Details
Unfortunately there is no compiler indenpendent to remove warnings yet, Remove one compiler error when trying to compile with MSVC
Diff Detail
|