[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] A few compiler warnings from Mac OS's gcc.
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] A few compiler warnings from Mac OS's gcc. |
Date: |
Sat, 01 Mar 2014 20:40:40 +0100 (CET) |
>> Hmm. I will try to find any combinations can simulate
>> -pedantic except of -Wlong-long.
>
> Can't you just use the -std=c99 flag to tell GCC to only be pedantic
> about things not in the now-15-year-old C99 standard, instead of
> going back to the older C89?
Good idea! I leave it to Toshiya-san to investigate this
thoroughly :-) However, given that FreeType runs on quite exotic
platforms, ensuring valid C89 code as the least common denominator is
quite vital, so I will currently check the gcc version.
Werner