Re: [PATCH] avoid duplicate warning for strcmp with a nonstring (PR 85359)

2018-05-21 Thread Jeff Law
On 04/12/2018 06:02 PM, Martin Sebor wrote: > Attached is a minor update that avoids additional duplicate > warnings exposed by more extensive testing (for PR 85369). > > On 04/12/2018 02:52 PM, Martin Sebor wrote: >> The attached patch makes a small tweak to avoid issuing a duplicate >> warning f

Re: [PATCH] avoid duplicate warning for strcmp with a nonstring (PR 85359)

2018-04-12 Thread Martin Sebor
Attached is a minor update that avoids additional duplicate warnings exposed by more extensive testing (for PR 85369). On 04/12/2018 02:52 PM, Martin Sebor wrote: The attached patch makes a small tweak to avoid issuing a duplicate warning for calls to strcmp with a nonstring argument. The most