1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-14 03:03:52 +02:00
openwrt/toolchain/fortify-headers
Matthias Van Parys 2425d6df12 fortify-headers: add __extension__ mark to strings.h
Add the __extension__ mark before #include_next in strings.h
to avoid a compiler error when -pedantic is enabled.
This has been done for all other headers in the past.

Signed-off-by: Matthias Van Parys <matthias.vanparys@softathome.com>
2023-07-12 20:24:56 +02:00
..
patches fortify-headers: add __extension__ mark to strings.h 2023-07-12 20:24:56 +02:00
Makefile fortify-headers: fix build error when _REDIR_TIME64 is not defined 2023-05-13 14:09:53 +02:00