hl2sdk
hl2sdk copied to clipboard
Ordered comparison of function pointer gives compilation error while I was compiling Metamod:Source
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