How to tell gcc stop compiling.# Programming - 葵花宝典
l*l
1 楼
I put the following code into my progrm.
#if SOME_CONDITION
#error "SOME_CONDITION is not supported"
//tell compiler stop compiling.
#endif
//My other code goes here ......
But how to tell the compiler stop compiling????
#if SOME_CONDITION
#error "SOME_CONDITION is not supported"
//tell compiler stop compiling.
#endif
//My other code goes here ......
But how to tell the compiler stop compiling????