Skip to content

Suppress libdivide warnings in GCC/Clang

Suppresses intentional -Waggregate_return warnings when compiling SRB2 using GCC or Clang. Visual Studio is untested and unaffected, but I don't think that it experiences this warning in the first place(?). Fixes half of #913.

-

TL;DR: Fixed a compiler warning

Merge request reports