warning : ‘__ANDROID_API__‘ macro redefined [-Wmacro-redefined]
创始人
2024-01-26 23:02:48
0
已启动重新生成...
1>------ 已启动全部重新生成: 项目: DPF, 配置: Release ARM ------
1>ANDROID_HOME=C:\\Microsoft\AndroidSDK\25
1>ANDROID_SDK_ROOT=C:\\Microsoft\AndroidSDK\25
1>ANT_HOME=
1>JAVA_HOME=C:\Program Files\Android\jdk\jdk-8.0.302.8-hotspot\jdk8u302-b08
1>NDK_ROOT=C:\\Microsoft\AndroidNDK\android-ndk-r23c
1>cJSON.c
1>In file included from :374:
1>(1,9): warning : '__ANDROID_API__' macro redefined [-Wmacro-redefined]
1>#define __ANDROID_API__ 28
1>        ^
1>(368,9): note: previous definition is here
1>#define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
1>        ^
1>1 warning generated.
1>ezxml.c
1>In file included from :374:
1>(1,9): warning : '__ANDROID_API__' macro redefined [-Wmacro-redefined]
1>#define __ANDROID_API__ 28
1>        ^
1>(368,9): note: previous definition is here
1>#define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
1>        ^
1>common\ezxml.c(388,26): warning : unsequenced modification and access to 's' [-Wunsequenced]
1>            while (*(n = ++s + strspn(s, EZXML_WS)) && *n != '>') {
1>                         ^            ~
1>2 warnings generated.
1>DPF.cpp
1>In file included from :402:
1>(1,9): warning : '__ANDROID_API__' macro redefined [-Wmacro-redefined]
1>#define __ANDROID_API__ 28
1>        ^
1>(393,9): note: previous definition is here
1>#define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
1>        ^
1>1 warning generated.
1>7F.cpp
1>In file included from :402:
1>(1,9): warning : '__ANDROID_API__' macro redefined [-Wmacro-redefined]
1>#define __ANDROID_API__ 28
1>        ^
1>(393,9): note: previous definition is here
1>#define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
1>        ^
1>1 warning generated.
1>Convert.cpp
1>In file included from :402:
1>(1,9): warning : '__ANDROID_API__' macro redefined [-Wmacro-redefined]
1>#define __ANDROID_API__ 28
1>        ^
1>(393,9): note: previous definition is here
1>#define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
1>        ^
1>1 warning generated.
1>Faults.cpp
1>In file included from :402:
1>(1,9): warning : '__ANDROID_API__' macro redefined [-Wmacro-redefined]
1>#define __ANDROID_API__ 28
1>        ^
1>(393,9): note: previous definition is here
1>#define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
1>        ^
1>1 warning generated.
1>Json.cpp
1>In file included from :402:
1>(1,9): warning : '__ANDROID_API__' macro redefined [-Wmacro-redefined]
1>#define __ANDROID_API__ 28
1>        ^
1>(393,9): note: previous definition is here
1>#define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
1>        ^
1>1 warning generated.
1>Parser.cpp
1>In file included from :402:
1>(1,9): warning : '__ANDROID_API__' macro redefined [-Wmacro-redefined]
1>#define __ANDROID_API__ 28
1>        ^
1>(393,9): note: previous definition is here
1>#define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
1>        ^
1>1 warning generated.
1>PCOM.cpp
1>In file included from :402:
1>(1,9): warning : '__ANDROID_API__' macro redefined [-Wmacro-redefined]
1>#define __ANDROID_API__ 28
1>        ^
1>(393,9): note: previous definition is here
1>#define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
1>        ^
1>1 warning generated.
1>Seed_Key.cpp
1>In file included from :402:
1>(1,9): warning : '__ANDROID_API__' macro redefined [-Wmacro-redefined]
1>#define __ANDROID_API__ 28
1>        ^
1>(393,9): note: previous definition is here
1>#define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
1>        ^
1>1 warning generated.
1>Sim.cpp
1>In file included from :402:
1>(1,9): warning : '__ANDROID_API__' macro redefined [-Wmacro-redefined]
1>#define __ANDROID_API__ 28
1>        ^
1>(393,9): note: previous definition is here
1>#define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
1>        ^
1>1 warning generated.
1>Task_Diag.cpp
1>In file included from :402:
1>(1,9): warning : '__ANDROID_API__' macro redefined [-Wmacro-redefined]
1>#define __ANDROID_API__ 28
1>        ^
1>(393,9): note: previous definition is here
1>#define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
1>        ^
1>1 warning generated.
1>Xml.cpp
1>In file included from :402:
1>(1,9): warning : '__ANDROID_API__' macro redefined [-Wmacro-redefined]
1>#define __ANDROID_API__ 28
1>        ^
1>(393,9): note: previous definition is here
1>#define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
1>        ^
1>1 warning generated.
1>DPF.vcxproj -> D:\D-Pro\DPF\\lib\libDPF.so
1>已完成生成项目“DPF.vcxproj”的操作。
========== “全部重新生成”: 1 成功,0 失败,0已跳过 ==========
========== 占用时间 00:06.638 ==========

相关内容

热门资讯

前端-session、jwt 目录:   (1)session (2&#x...
linux入门---制作进度条 了解缓冲区 我们首先来看看下面的操作: 我们首先创建了一个文件并在这个文件里面添加了...
关于测试,我发现了哪些新大陆 关于测试 平常也只是听说过一些关于测试的术语,但并没有使用过测试工具。偶然看到编程老师...
前缀和与对数器与二分法 1. 前缀和 假设有一个数组,我们想大量频繁的去访问L到R这个区间的和,...
nodejs:本地安装nvm实... 一、背景-使用不同版本node的原因 vue3+ts、nuxt3版本,node...
JAVA集合知识整理 Java集合知识整理 HashMap相关 HashMap的底层数据结构:jdk1.8之...
无刷直流电机介绍及单片机控制实... 无刷直流电机介绍及单片机控制实例前言基本概念优势与劣势使用寿命基本结构使用单片机控制实例电子调速器&...
fwdiary(2) dp2 1.传纸条  AcWing 275. 传纸条 - AcWing 走两条路,走一条最大的...
常用的DOS命令 常用的DOS命令 DOS(Disk Operating System,磁...
<C++> 类和对象(下) 1.const成员函数将const修饰的“成员函数”称之为const成员函数,cons...