lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #9092] mem: Simplify the code for try bigger pool in


From: Axel Lin
Subject: [lwip-devel] [patch #9092] mem: Simplify the code for try bigger pool in mem_malloc
Date: Fri, 19 Aug 2016 12:51:32 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36

Follow-up Comment #1, patch #9092 (project lwip):

This patch also fix build failure as below:

../../../../../lwip/src/core/mem.c: In function ‘mem_malloc’:
../../../../../lwip/src/core/mem.c:191:13: error: increment of enumeration
value is invalid in C++ [-Werror=c++-compat]
       poolnr++;
             ^
cc1: all warnings being treated as errors
../../Common.mk:94: recipe for target 'mem.o' failed
make: *** [mem.o] Error 1


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?9092>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]