Fixed
Details
Details
Assignee
Romain Forlot
Romain ForlotReporter
Loïc Collignon [ IoT.bzh ]
Loïc Collignon [ IoT.bzh ]Fix versions
Labels
Contract ID
Priority
Created January 4, 2019 at 10:48 AM
Updated September 19, 2019 at 12:06 PM
Resolved July 8, 2019 at 1:08 PM
In the controller, the ctl-plugin.c contains a nested C function, which is only valid in a non-standard extension of GCC. So this is not valid in C++ or any other compiler (i.e. Clang)
The function should be moved to the outer scope to be standard compliant.