Dending on what compiler warnings are enabled, a warning may be generated because the function prototypes in trackalloc.h aren't declared with a void parameter. Add a void parameter to all empty parameter lists in prototypes.
Logged In: YES user_id=1019926
trackalloc_stop_dump_thread() prototype should have an int parameter, not void
Log in to post a comment.
Logged In: YES
user_id=1019926
trackalloc_stop_dump_thread() prototype should have an int parameter,
not void