lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #54327] V2.1.0rc1 pbuf.c misses stdint.h include


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #54327] V2.1.0rc1 pbuf.c misses stdint.h include
Date: Wed, 18 Jul 2018 01:28:39 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:61.0) Gecko/20100101 Firefox/61.0

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

Re comment #2:
Yes, that commit is far too big. It seems to contain style changes of Dirks
clang-format tests. It would be better to revert this and apply a fix for this
issue only to get a clean history.

Re comment #4:
No, lwIP still uses 'u16_t', not 'uint16_t'. If stdint.h is available, its
types are used to declare our own types. Not the other way round.

However, it might be an idea for the future to drop our own types and use
stdint.h types only. The targets that don't have stdint.h could still define
the types like they do today...

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

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