[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH] chicken.h: define C_noret as __attribute__ ((n
From: |
Mario Domenech Goulart |
Subject: |
[Chicken-hackers] [PATCH] chicken.h: define C_noret as __attribute__ ((noreturn)) for clang too |
Date: |
Thu, 06 Sep 2012 21:18:38 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) |
Hi,
Christian Lask reported on #chicken that make check fails when Chicken
is built with clang (see #917).
The attached patch seems to fix that problem (tested with clang 3.0).
In the end, it just silents some warnings that break tests that rely on
diff.
Even if it is the proper fix, feel free to postpone it to after 4.8.0.
Best wishes.
Mario
--
http://parenteses.org/mario
0001-chicken.h-define-C_noret-as-__attribute__-noreturn-f.patch
Description: Text Data
- [Chicken-hackers] [PATCH] chicken.h: define C_noret as __attribute__ ((noreturn)) for clang too,
Mario Domenech Goulart <=