You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RIOT compiler is very strict and enforces more correct code style.
Right now I have disabled a few rules for building RIOT under make/riot/external_modules/reactor-uc/Makefile.include
The following rules are currently filtered out:
Werror=pedantic
Wcast-align
Wstrict-prototypes
Wold-style-definition
The text was updated successfully, but these errors were encountered:
The RIOT compiler is very strict and enforces more correct code style.
Right now I have disabled a few rules for building RIOT under
make/riot/external_modules/reactor-uc/Makefile.include
The following rules are currently filtered out:
The text was updated successfully, but these errors were encountered: