-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
18 changed files
with
48 additions
and
461 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Git LFS file not shown
Binary file added
BIN
+451 KB
AGK/apps/interpreter_android_google/AGKPlayer2/src/main/jniLibs/arm64-v8a/libarcore_sdk.so
Binary file not shown.
Binary file added
BIN
+255 KB
AGK/apps/interpreter_android_google/AGKPlayer2/src/main/jniLibs/armeabi-v7a/libarcore_sdk.so
Binary file not shown.
Binary file added
BIN
+451 KB
...s/interpreter_android_google_noads/AGKPlayer2/src/main/jniLibs/arm64-v8a/libarcore_sdk.so
Binary file not shown.
Binary file added
BIN
+255 KB
...interpreter_android_google_noads/AGKPlayer2/src/main/jniLibs/armeabi-v7a/libarcore_sdk.so
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +0,0 @@ | ||
jni/../../../bullet/BulletFileLoader/bFile.cpp:1275:21: warning: format specifies type 'int' but the argument has type 'void *' [-Wformat] | ||
printf("%d ", array[a]); | ||
~~ ^~~~~~~~ | ||
jni/../../../bullet/BulletFileLoader/bFile.cpp:1293:20: warning: format specifies type 'int' but the argument has type 'void *' [-Wformat] | ||
printf("%d ", ptr); | ||
~~ ^~~ | ||
jni/../../../bullet/BulletFileLoader/bFile.cpp:1474:42: warning: format specifies type 'int' but the argument has type 'void *' [-Wformat] | ||
printf(" <%s pointer=%d>\n",oldType,dataChunk.oldPtr); | ||
~~ ^~~~~~~~~~~~~~~~ | ||
3 warnings generated. | ||
jni/../../../bullet/BulletCollision/CollisionShapes/btCompoundShape.cpp:81:51: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] | ||
child.m_node = m_dynamicAabbTree->insert(bounds,(void*)index); | ||
^ | ||
jni/../../../bullet/BulletCollision/CollisionShapes/btCompoundShape.cpp:315:61: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] | ||
child.m_node = m_dynamicAabbTree->insert(bounds,(void*)index); | ||
^ | ||
2 warnings generated. | ||
jni/../../../bullet/BulletFileLoader/bFile.cpp:1275:21: warning: format specifies type 'int' but the argument has type 'void *' [-Wformat] | ||
printf("%d ", array[a]); | ||
~~ ^~~~~~~~ | ||
jni/../../../bullet/BulletFileLoader/bFile.cpp:1293:20: warning: format specifies type 'int' but the argument has type 'void *' [-Wformat] | ||
printf("%d ", ptr); | ||
~~ ^~~ | ||
jni/../../../bullet/BulletFileLoader/bFile.cpp:1474:42: warning: format specifies type 'int' but the argument has type 'void *' [-Wformat] | ||
printf(" <%s pointer=%d>\n",oldType,dataChunk.oldPtr); | ||
~~ ^~~~~~~~~~~~~~~~ | ||
3 warnings generated. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +0,0 @@ | ||
jni/../../../curl/mbedTLS/net_sockets.c:332:37: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] | ||
(void *) &type, &type_len ) != 0 || | ||
^~~~~~~~~ | ||
D:/AGK_Build/External/android-ndk-r20b/build//../toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/include\sys/socket.h:311:92: note: passing argument to parameter '__value_length' here | ||
__socketcall int getsockopt(int __fd, int __level, int __option, void* __value, socklen_t* __value_length); | ||
^ | ||
jni/../../../curl/mbedTLS/net_sockets.c:342:80: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] | ||
(struct sockaddr *) &client_addr, &n ); | ||
^~ | ||
D:/AGK_Build/External/android-ndk-r20b/build//../toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/include\sys/socket.h:301:71: note: passing argument to parameter '__addr_length' here | ||
__socketcall int accept(int __fd, struct sockaddr* __addr, socklen_t* __addr_length); | ||
^ | ||
jni/../../../curl/mbedTLS/net_sockets.c:350:59: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] | ||
(struct sockaddr *) &client_addr, &n ); | ||
^~ | ||
D:/AGK_Build/External/android-ndk-r20b/build//../toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/include\sys/socket.h:335:119: note: passing argument to parameter '__src_addr_length' here | ||
__socketcall ssize_t recvfrom(int __fd, void* __buf, size_t __n, int __flags, struct sockaddr* __src_addr, socklen_t* __src_addr_length); | ||
^ | ||
jni/../../../curl/mbedTLS/net_sockets.c:385:59: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] | ||
(struct sockaddr *) &local_addr, &n ) != 0 || | ||
^~ | ||
D:/AGK_Build/External/android-ndk-r20b/build//../toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/include\sys/socket.h:310:76: note: passing argument to parameter '__addr_length' here | ||
__socketcall int getsockname(int __fd, struct sockaddr* __addr, socklen_t* __addr_length); | ||
^ | ||
4 warnings generated. | ||
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown