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
In our project, we enable this [-Wmissing-prototypes] build option in GCC.
This makes many warnings:
xxx/source/gcc/retarget_syscalls.c:75:5: warning: no previous prototype for '_open' [-Wmissing-prototypes]
xxx/source/gcc/retarget_syscalls.c:110:5: warning: no previous prototype for '_close' [-Wmissing-prototypes]
...
Hi
In our project, we enable this [-Wmissing-prototypes] build option in GCC.
This makes many warnings:
@massonal
@fred-r
The text was updated successfully, but these errors were encountered: