hl2sdk icon indicating copy to clipboard operation
hl2sdk copied to clipboard

Ordered comparison of function pointer gives compilation error while I was compiling Metamod:Source

Open rishhh78 opened this issue 8 months ago • 3 comments

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;

           Cs2 branch

rishhh78 avatar Jun 13 '24 07:06 rishhh78