lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #33545] Then MEM_USE_POOLS defined mem_malloc returns


From: zg
Subject: [lwip-devel] [bug #33545] Then MEM_USE_POOLS defined mem_malloc returns unaligned pointer.
Date: Mon, 13 Jun 2011 20:46:16 +0000
User-agent: Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.791.0 Safari/535.1

Follow-up Comment #5, bug #33545 (project lwip):

sizeof(int) is 4

6.7.2.2 Enumeration specifiers
4 Each enumerated type shall be compatible with char, a signed integer type,
or an unsigned integer type. The choice of type is implementation-defined, but
shall be capable of representing the values of all the members of the
enumeration.

so enum type isn't requered to be int.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?33545>

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




reply via email to

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