> B. how to handle the tinycbor warnings, since the discussion in IOT-2539
> does not apply this this case?

It looks like George Nash has already invented a solution for this one,
which appears in

https://gerrit.iotivity.org/gerrit/#/c/23965:

if target_os in ['linux']:
    if env.get('ERROR_ON_WARN'):
        # Ignore warnings from external tinycbor project
        libocsrm_env.AppendUnique(CFLAGS=['-Wno-error=pragmas',
'-Wno-error=attributes'])

_______________________________________________
iotivity-dev mailing list
[email protected]
https://lists.iotivity.org/mailman/listinfo/iotivity-dev

Reply via email to