]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/init.cc
typeck.c (string_conv_p): Pass appropiate OPT_Wxxxx values when calling warning().
authorLee Millward <lmillward@gcc.gnu.org>
Fri, 3 Feb 2006 23:11:09 +0000 (23:11 +0000)
committerLee Millward <lmillward@gcc.gnu.org>
Fri, 3 Feb 2006 23:11:09 +0000 (23:11 +0000)
commitb323323f9b6324e9384b524e45ae0f4e406f9dc7
tree5d08778d08f783d3ec1ddcdf874d0ebd56faa9b0
parent9b43c474f53803635b04c5b530f1ceddb13355f5
typeck.c (string_conv_p): Pass appropiate OPT_Wxxxx values when calling warning().

       * typeck.c (string_conv_p): Pass appropiate
       OPT_Wxxxx values when calling warning().
       (build_array_ref, cxx_mark_addressable): Likewise.
       (check_return_expr): Likewise.

       * init.c (perform_member_init): Likewise.
       (sort_mem_initializers, emit_mem_initializers): Likewise.

       * class.c (check_field_decls): Likewise.
       (warn_about_ambiguous_bases): Likewise.

       * decl.c (pop_label, poplevel): Likewise.
       (duplicate_decls, grok_op_properties): Likewise.
       (start_preparsed_function, finish_function): Likewise.

       * name-lookup.c (pushdecl_maybe_friend): Likewise.
       (pushdecl_maybe_friend): Likewise.

       * parser.c (cp_parser_warn_min_max): Likewise.
       (cp_parser_cast_expression): Likewise.

       * method.c (lazily_declare_fn): Likewise.
       * cvt.c (convert_to_void): Likewise.
       * mangle.c (finish_mangling): Likewise.
       * cp-gimplify.c (gimplify_expr_stmt): Likewise
.

From-SVN: r110567
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-gimplify.c
gcc/cp/cvt.c
gcc/cp/decl.c
gcc/cp/init.c
gcc/cp/mangle.c
gcc/cp/method.c
gcc/cp/name-lookup.c
gcc/cp/parser.c
gcc/cp/typeck.c