mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-11 20:56:07 +00:00
5bf9bca9ef
there are too many W4 and "potentially uninitialized", so those are disabled by 0ad_warning_disable.h. the silly "int x = strlen" and very dangerous "int x = (void*)p" (and vice versa) problems are fixed. This was SVN commit r5526.