Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
21e07708
Commit
21e07708
authored
Aug 30, 2013
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some warnings
parent
263176bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/main/jni/Application.mk
src/main/jni/Application.mk
+1
-1
src/main/jni/badvpn/lwip/src/include/lwip/arch.h
src/main/jni/badvpn/lwip/src/include/lwip/arch.h
+2
-2
No files found.
src/main/jni/Application.mk
View file @
21e07708
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
src/main/jni/badvpn/lwip/src/include/lwip/arch.h
View file @
21e07708
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment