Commit 21e07708 authored by Max Lv's avatar Max Lv

fix some warnings

parent 263176bf
APP_ABI := armeabi x86 APP_ABI := armeabi x86
APP_PLATFORM := android-9 APP_PLATFORM := android-9
APP_STL := stlport_static APP_STL := stlport_static
NDK_TOOLCHAIN_VERSION := 4.8 NDK_TOOLCHAIN_VERSION := 4.6
...@@ -32,6 +32,8 @@ ...@@ -32,6 +32,8 @@
#ifndef __LWIP_ARCH_H__ #ifndef __LWIP_ARCH_H__
#define __LWIP_ARCH_H__ #define __LWIP_ARCH_H__
#include "arch/cc.h"
#ifndef LITTLE_ENDIAN #ifndef LITTLE_ENDIAN
#define LITTLE_ENDIAN 1234 #define LITTLE_ENDIAN 1234
#endif #endif
...@@ -40,8 +42,6 @@ ...@@ -40,8 +42,6 @@
#define BIG_ENDIAN 4321 #define BIG_ENDIAN 4321
#endif #endif
#include "arch/cc.h"
/** Temporary: define format string for size_t if not defined in cc.h */ /** Temporary: define format string for size_t if not defined in cc.h */
#ifndef SZT_F #ifndef SZT_F
#define SZT_F U32_F #define SZT_F U32_F
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment