On 07/31/15 05:41, Bill Fischofer wrote:
ERROR: do not initialise globals to 0 or NULL
#139: FILE: platform/linux-generic/odp_schedule.c:638:
+                               = 0;

which makes no sense as this initialization seems necessary.
What is that line? Compiler will take care about initialization to 0 and check patch says about that. Usually it wans so on setting some static variables to 0 which is not needed.

Maxim.
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to