Chris Johns commented: 
https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/issues/66#note_135340


We build LibBSD sources with these flags for `aarch64`:

```
[1677/2400] Compiling freebsd/sys/netinet/tcp_lro.c
18:48:19 runner ['/opt/work/rtems/7/bin/aarch64-rtems7-gcc', 
'-mno-outline-atomics', '-mcpu=cortex-a53', '-mfix-cortex-a53-835769', 
'-mfix-cortex-a53-843419', 
'-isystem/opt/work/rtems/7-bsps/aarch64-rtems7/k26/lib/include', '-MMD', 
'-fdata-sections', '-ffunction-sections', '-O2', '-g', '-fno-strict-aliasing', 
'-ffreestanding', '-fno-common', '-w', ....
```

[GCC options](https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html) state:

```
-w

    Inhibit all warning messages.
```

@joel is gcc-15 wrong or the documentation wrong?

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/issues/66#note_135340
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to