Commit 068ef6d1 by Gerald Pfeifer Committed by Gerald Pfeifer

* btest.c (f23): Avoid uninitialized variable warning.

From-SVN: r192102
parent 42adab07
2012-10-04 Gerald Pfeifer <gerald@pfeifer.com>
* btest.c (f23): Avoid uninitialized variable warning.
2012-10-04 Ian Lance Taylor <iant@google.com> 2012-10-04 Ian Lance Taylor <iant@google.com>
* dwarf.c: If the system header files do not declare strnlen, * dwarf.c: If the system header files do not declare strnlen,
......
...@@ -486,7 +486,7 @@ f23 (int f1line, int f2line) ...@@ -486,7 +486,7 @@ f23 (int f1line, int f2line)
case 2: case 2:
expected = "test3"; expected = "test3";
break; break;
case 3: default:
assert (0); assert (0);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment