lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #49827] wrong cast to size_t on 16-bit x86 architectur


From: Joel Cunningham
Subject: [lwip-devel] [bug #49827] wrong cast to size_t on 16-bit x86 architecture
Date: Tue, 13 Dec 2016 01:44:50 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0

Follow-up Comment #12, bug #49827 (project lwip):

Just my two cents here, but most of the C code I work with (aside from LwIP)
casts away const on function parameters via an explicit cast, const void * to
void *.  Most of the code isn't trying to modify the memory, but is simply
hooking up two interfaces where one doesn't use const.

I've not had any problems with various versions of the ARM compiler, GCC, or
MSVC.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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