I'm getting the following error while trying to compile :
Symbol.cc:888:32: error: enum constant in boolean context
[-Werror=int-in-bool-context]
Assert(nc == NC_FUNCTION || NC_OPERATOR || NC_UNUSED_USER_NAME);
I'm getting the following error while trying to compile :
Symbol.cc:888:32: error: enum constant in boolean context
[-Werror=int-in-bool-context]
Assert(nc == NC_FUNCTION || NC_OPERATOR || NC_UNUSED_USER_NAME);