chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] noreturn & clang


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

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



reply via email to

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