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]

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


> I can silence the "multiple messages" warning and the "%p" warnings
> with this patch.  All the warnings are bogus but I understand
> ARI isn't perfect.

It's always a little bit annoying when you realize that you're doing
extra work because of an imperfect tool...  I think it's useful,
so thanks a lot.

> Silencing the "multiple messages" warning exceeds 80 columns.
> What's the convention for handling this?

I don't know of any, but I think it's fine to make an exception
in this case and exceed the 80 columns.

> Also, regarding the __func__ warning.
> I can silence it, but I wonder if now's the time to
> require this bit of C99.
> [I realize gdb_assert uses some conditional compilation to
> only use it if it's available, and I can do that.
> But before I do I wanted to check if the community is ready
> to move to this part of C99 unconditionally.]

No objection from me to start allowing selected features of C99.

-- 
Joel


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