On 05/22/2015 04:07 PM, Thiago Macieira wrote:
> On Friday 22 May 2015 22:48:02 Light, John J wrote:
>>  >  resource/csdk/stack/include/internal/occlientcb.h:45:31: warning:
>> redefinition of typedef 'OCResourceType' is a C11 feature
>> [-Wtypedef-redefinition]
> 
>> What's going on here?  It might be different warning levels on Jenkins.
> 
> What version of GCC do you have? GCC 5.x switched the default C language 
> standard from C89 to C11 (skipping C99 entirely). Therefore, the above would 
> require no warning, since it's a C11 feature.
> 

The build machines are using the documented Ubuntu 12.04 baseline and
that includes gcc 4.6.3 as it's mainline compiler.


Not getting to use all the latest-and-greatest features is one annoying
aspect to keeping code more portable.

-- 
Jon A. Cruz - Senior Open Source Developer
Samsung Open Source Group
jonc at osg.samsung.com

Reply via email to