On Jun 24, 2014, at 1:23 PM, Ben Pfaff wrote:
> On Mon, Jun 23, 2014 at 10:13:41AM -0700, Daniele Di Proietto wrote:
>> GCC 4.9.0 triggers a warning (array-bounds) while compiling test-classifier.c
>> This commit introduces an assertion that suppresses the warning.
>>
>> Signed-off-by: Daniele
On Mon, Jun 23, 2014 at 10:13:41AM -0700, Daniele Di Proietto wrote:
> GCC 4.9.0 triggers a warning (array-bounds) while compiling test-classifier.c
> This commit introduces an assertion that suppresses the warning.
>
> Signed-off-by: Daniele Di Proietto
> ---
> While I feel that this is a GCC pr
GCC 4.9.0 triggers a warning (array-bounds) while compiling test-classifier.c
This commit introduces an assertion that suppresses the warning.
Signed-off-by: Daniele Di Proietto
---
While I feel that this is a GCC problem, this simple (IMHO harmful) assertion
fixes the issue.
What do you guys thi