chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] noreturn & clang


From: Jörg F. Wittenberger
Subject: Re: [Chicken-hackers] noreturn & clang
Date: Wed, 06 Nov 2013 10:45:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

Sorry, forget that one.  Figured it out myself.

Am 06.11.2013 10:40, schrieb "Jörg F. Wittenberger":
I used to compile with clang to avoid the endless list of

warning: array subscript is above array bounds [-Warray-bounds]

from gcc (4.6.1)

Now it's replaced with an endless list of

warning: function declared 'noreturn' should not return [-Winvalid-noreturn]

from clang.  (Besides that I often value compilation time.)

Does anybody know how to make clang shut up on this one?

Thanks a lot

/Jörg

_______________________________________________
Chicken-hackers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/chicken-hackers




reply via email to

[Prev in Thread] Current Thread [Next in Thread]