Content deleted Content added
→Trusting internal data validity: Optimizing compilers are (too) smart |
→Offensive programming: fixed typo |
||
Line 63:
}
return "black"; // To be handled as a dead traffic light.
//
// compiler if all possible values of 'traffic_light_color' are listed in
// the previous 'switch' statement...
Line 78:
}
assert(0); // Assert that this section is unreachable.
//
// compiler if all possible values of 'traffic_light_color' are listed in
// the previous 'switch' statement...
|