Re: [PATCH] make kmod compatible with GCC < 4.6
From: Lucas De Marchi <hidden>
Date: 2013-09-11 01:32:37
From: Lucas De Marchi <hidden>
Date: 2013-09-11 01:32:37
Hi John, On Tue, Sep 10, 2013 at 10:17 PM, John Spencer [off-list ref] wrote:
hello list, find attached a patch that fixes compilation with non-bleeding-edge compilers (we use GCC 4.5.4 in production). the missing C11 feature is emulated on compilers that feature a __LINE__ macro.
there's a patch for this applied already, restoring our previous behavior. Doesn't it work for you? See dc8ed09 (Add configure check for _Static_assert()) Lucas De Marchi