Skip to content

E3-1464: Fix C std as we use GNU extensions

Lucas Magalhães requested to merge fix_c_std into master

We need gnu99 to use GNU extensions. As we use different gcc versions the correct C standard is needed to get the extensions on all versions.

Merge request reports