mirror of
https://github.com/openwrt/routing.git
synced 2026-06-17 14:50:15 +04:00
71c11ab1b7
Compile time changes reviewed by cjd. Due to stricter compiler(s) we do not want to error for these warnings. Caused by: ...reading "past the end" of a struct, because the struct is actually a header and the body is of unknown size. Compilers got stricter and this became a warning. Signed-off-by: William Fleurant <meshnet@protonmail.com>