This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

New ARI warning Tue Feb 11 01:53:11 UTC 2014


265a266,269
> gdb/guile/guile-internal.h:105: regression: __func__: Do not use __func__, ISO C 90 does not support this macro
gdb/guile/guile-internal.h:105:#define FUNC_NAME __func__
> gdb/guile/guile.c:391: gettext: multiple messages: Do not use multiple calls to warning or error, instead use a single call
gdb/guile/guile.c:391:  error (_('));
> gdb/guile/scm-exception.c:83: code: %p: Do not use printf(%p), instead use printf(%s,paddr()) to dump a target address, or host_address_to_string() for a host address
gdb/guile/scm-exception.c:83:  "%print-exception-message";
> gdb/guile/scm-exception.c:91: code: %p: Do not use printf(%p), instead use printf(%s,paddr()) to dump a target address, or host_address_to_string() for a host address
gdb/guile/scm-exception.c:91:  "%print-exception-with-stack";


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]