diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2006-07-11 11:55:14 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2006-07-11 11:55:14 +0000 |
commit | 4e96aca4b11e0dde8c8e09a561ba32cac7f29dbf (patch) | |
tree | 4e3c560c715bb2105059ad2416a61c54dcd8ed74 /regress/gnu/egcs/gcc-bounds/snprintf-3.cpp.exp.gcc3 | |
parent | 05848c2fa23bae5e5725e12d49f79aa5de143504 (diff) |
sync regression tests, since the output format has changed slightly
(the argument number is included in -Wbounded error messages)
Diffstat (limited to 'regress/gnu/egcs/gcc-bounds/snprintf-3.cpp.exp.gcc3')
-rw-r--r-- | regress/gnu/egcs/gcc-bounds/snprintf-3.cpp.exp.gcc3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/gnu/egcs/gcc-bounds/snprintf-3.cpp.exp.gcc3 b/regress/gnu/egcs/gcc-bounds/snprintf-3.cpp.exp.gcc3 index 02f0a3b0fdb..6bf8bec16f5 100644 --- a/regress/gnu/egcs/gcc-bounds/snprintf-3.cpp.exp.gcc3 +++ b/regress/gnu/egcs/gcc-bounds/snprintf-3.cpp.exp.gcc3 @@ -1,2 +1,3 @@ snprintf-3.cpp: In function `int main(int, char**)': snprintf-3.cpp:5: warning: sizeof(pointer) possibly incorrect in argument 2 +snprintf-3.cpp:5: warning: sizeof(pointer) possibly incorrect in argument 2 |