#pragma warning disable ${list of warnings}
#pragma warning restore ${list of warnings}
Although frankly the list of warnings to disable and restore consists of warning numbers, not names, which is not super convenient.
Although frankly the list of warnings to disable and restore consists of warning numbers, not names, which is not super convenient.