mirror of
https://github.com/openwrt/packages.git
synced 2025-10-01 21:11:48 +00:00
The new gcc in the toolchain is failing K&R style prototypes. There are also some function pointers passed as parameters that didn't have prototypes so were causing incompatible pointer clashes. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>