mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 02:46:49 +00:00
f8a2d5ddaa
C++20 removed a sizable portion of valid places to use volatile specifier. As mongoose is on the way out just add the warning to the list of suppressed warnings. Further add a warning already suppressed when using GCC to the list of suppressed warnings with Clang. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>