Avoid "attribute 'warning': unknown attribute" warning
commit977365deff2986acc7a41a377fc8defda406af6c
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 18 Jun 2009 17:41:29 +0000 (18 17:41 +0000)
committerChristopher Li <sparse@chrisli.org>
Sat, 18 Jul 2009 05:30:10 +0000 (18 05:30 +0000)
treeb2bd0f24fbc01e9826024771840dec91748ee10c
parent59df2fd69755fe8fb36420ea163f9aa52346e61a
Avoid "attribute 'warning': unknown attribute" warning

This avoids getting annoying warnings from <curl/typecheck-gcc.h> and from
<bits/string3.h>, which use the "__attribute__((__warning__ (msg)))" gcc
attribute.

[ The attribute causes gcc to print out the supplied warning message if
  the function is used. We should some day support it, but this patch just
  makes us ignore it. ]

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Christopher Li <sparse@chrisli.org>
parse.c