]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* decl.c (cp_finish_decl): Fix typo in cp_warning_at call.
authorRichard Henderson <rth@cygnus.com>
Mon, 28 Jun 1999 03:12:22 +0000 (20:12 -0700)
committerJeff Law <law@gcc.gnu.org>
Mon, 28 Jun 1999 03:12:22 +0000 (21:12 -0600)
From-SVN: r27797

gcc/cp/ChangeLog
gcc/cp/decl.c

index 1d5619f7dddd3a82eb52c07587b8e9a0a653a31b..7c0d65044bad1d75cfce3be92ec84f839990ab94 100644 (file)
@@ -1,3 +1,7 @@
+1999-06-26  Richard Henderson  <rth@cygnus.com>
+
+       * decl.c (cp_finish_decl): Fix typo in cp_warning_at call.
+
 1999-06-21  Mark Mitchell  <mark@codesourcery.com>
 
        * init.c (expand_aggr_vbase_init): Rename to
index 87c65fdb4c608c630acacdef75ebcfcccd7cc927..8afa043173ce3e021d0ace296463a5d6450f5dc6 100644 (file)
@@ -8130,7 +8130,7 @@ cp_finish_decl (decl, init, asmspec_tree, need_pop, flags)
              else if (! DECL_ARTIFICIAL (decl))
                {
                  cp_warning_at ("sorry: semantics of inline function static data `%#D' are wrong (you'll wind up with multiple copies)", decl);
-                 cp_warning_at ("  you can work around this by removing the initializer"), decl;
+                 cp_warning_at ("  you can work around this by removing the initializer", decl);
                }
            }
        }