Prevent non-static function that is not declared in header file

This commit is contained in:
Simon Goldschmidt 2011-07-26 20:21:33 +02:00
parent 7465be91d0
commit a745528b40

View File

@ -111,6 +111,9 @@ volatile u8_t pbuf_free_ooseq_pending;
* This must be done in the correct thread context therefore this function
* can only be used with NO_SYS=0 and through tcpip_callback.
*/
#if !NO_SYS
static
#endif /* !NO_SYS */
void
pbuf_free_ooseq(void)
{