"Potential usage of an uninitialized variable" build failure(s) — clang 3.1
← Return to the list
int f(int b) { int n; if (b) n = 1; return n; }
No error detected for version 3.1