embedded builds used to refer to undefined functions inside if(0) { }
gcc optimized this dead code away, and does not notice that functions were undefined. Other compilers are more picky
Showing
Please register or sign in to comment
gcc optimized this dead code away, and does not notice that functions were undefined. Other compilers are more picky