alliedmodders / metamod-source

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

Order comparison of function gives compilation error #183

Closed rishhh78 closed 1 month ago

rishhh78 commented 1 month ago

error: ordered comparison of function pointers ('SchemaCollectionManipulatorFn_t' (aka 'void ()(SchemaCollectionManipulatorAction_t, void , void , void *)') and 'SchemaCollectionManipulatorFn_t') [-Werror,-Wordered-compare-function-pointers] return m_pfnManipulator < rhs.m_pfnManipulator;