mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
* btest.c (f23): Avoid uninitialized variable warning.
From-SVN: r192102
This commit is contained in:
committed by
Gerald Pfeifer
parent
42adab07c3
commit
068ef6d10d
@@ -1,3 +1,7 @@
|
||||
2012-10-04 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
* btest.c (f23): Avoid uninitialized variable warning.
|
||||
|
||||
2012-10-04 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* dwarf.c: If the system header files do not declare strnlen,
|
||||
|
||||
@@ -486,7 +486,7 @@ f23 (int f1line, int f2line)
|
||||
case 2:
|
||||
expected = "test3";
|
||||
break;
|
||||
case 3:
|
||||
default:
|
||||
assert (0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user