alliedmodders / metamod-source

Metamod:Source - C++ Plugin Environment and Detour Library for the Source Engine
http://www.metamodsource.net/
Other
387 stars 90 forks source link

Prevent some warnings for SM builds #52

Closed Headline closed 6 years ago

Headline commented 6 years ago

Just removed -Wno-uninitialized and -Wno-unused for alliedmodders/sourcemod#440

This doesn't change our build scripts anymore - but instead just fixes the warnings that we're seeing in SourceMod. Removing those two flags reveal significantly more underlying issues that go out of the scope of this pr