#pragma warn -use void ThisFunctionIsNotUsed() { printf("hello\n"); }To restore the warning it its previous condition
#pragma warn .useTo turn on the warning
#pragma warn +use
#pragma warn -use void ThisFunctionIsNotUsed() { printf("hello\n"); }To restore the warning it its previous condition
#pragma warn .useTo turn on the warning
#pragma warn +use