mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-06 22:44:38 +08:00
Fix GCC warning "invalid suffix on literal; C++11 requires a space between literal and string macro" in arch.h. Pointed out by Thomas Nittel.
This commit is contained in:
parent
8cd43a3dd9
commit
ef0dc65515
@ -85,7 +85,7 @@ typedef uintptr_t mem_ptr_t;
|
|||||||
#if !LWIP_NO_INTTYPES_H
|
#if !LWIP_NO_INTTYPES_H
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#ifndef X8_F
|
#ifndef X8_F
|
||||||
#define X8_F "02"PRIx8
|
#define X8_F "02" PRIx8
|
||||||
#endif
|
#endif
|
||||||
#ifndef U16_F
|
#ifndef U16_F
|
||||||
#define U16_F PRIu16
|
#define U16_F PRIu16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user