|
|
|
|
|
by codeflo
1171 days ago
|
|
This is not about code that's found to be unreachable through static analysis (where compilers might warn), but about a manual programmer annotation that claims the code is dynamically unreachable even though statically it might look otherwise. |
|
Is it to aid building for multiple targets? For debug builds?