This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
parser
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
!94
cmake add -Wno-deprecated-declarations
Merge pull request
!94
from zhengyuanhua/development
pull/94/MERGE
计晨
Gitee
5 years ago
parent
d865fa6e67
f523580706
commit
35932c3f64
6 changed files
with
6 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
parser/CMakeLists.txt
+1
-0
parser/common/CMakeLists.txt
+1
-1
parser/common/module.mk
+1
-1
parser/module.mk
+1
-0
parser/onnx/CMakeLists.txt
+1
-1
parser/onnx/module.mk
+ 1
- 0
parser/CMakeLists.txt
View File
@@ -48,6 +48,7 @@ add_library(fmk_parser SHARED ${SRC_LIST} ${PROTO_SRCS})
target_compile_options(fmk_parser PRIVATE
-Werror
-Wno-deprecated-declarations
)
target_compile_definitions(fmk_parser PRIVATE
+ 1
- 0
parser/common/CMakeLists.txt
View File
@@ -32,6 +32,7 @@ add_library(parser_common SHARED ${SRC_LIST})
target_compile_options(parser_common PRIVATE
-Werror
-Wno-deprecated-declarations
)
target_compile_definitions(parser_common PRIVATE
+ 1
- 1
parser/common/module.mk
View File
@@ -5,7 +5,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := libparser_common
LOCAL_CFLAGS += -DPROTOBUF_INLINE_NOT_IN_HEADERS=0
LOCAL_CFLAGS += -Werror -Dgoogle=ascend_private
LOCAL_CFLAGS += -Werror -
Wno-deprecated-declarations -
Dgoogle=ascend_private
ifeq ($(DEBUG), 1)
LOCAL_CFLAGS += -g -O0
endif
+ 1
- 1
parser/module.mk
View File
@@ -58,7 +58,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := libfmk_parser
LOCAL_CFLAGS += -DPROTOBUF_INLINE_NOT_IN_HEADERS=0
LOCAL_CFLAGS += -Werror -Dgoogle=ascend_private
LOCAL_CFLAGS += -Werror -
Wno-deprecated-declarations -
Dgoogle=ascend_private
ifeq ($(DEBUG), 1)
LOCAL_CFLAGS += -g -O0
endif
+ 1
- 0
parser/onnx/CMakeLists.txt
View File
@@ -18,6 +18,7 @@ add_library(fmk_onnx_parser SHARED ${SRC_LIST} ${PROTO_HDRS})
target_compile_options(fmk_onnx_parser PRIVATE
-Werror
-Wno-deprecated-declarations
)
target_compile_definitions(fmk_onnx_parser PRIVATE
+ 1
- 1
parser/onnx/module.mk
View File
@@ -6,7 +6,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := libfmk_onnx_parser
LOCAL_CFLAGS += -DPROTOBUF_INLINE_NOT_IN_HEADERS=0
LOCAL_CFLAGS += -Werror -Dgoogle=ascend_private
LOCAL_CFLAGS += -Werror -
Wno-deprecated-declarations -
Dgoogle=ascend_private
ifeq ($(DEBUG), 1)
LOCAL_CFLAGS += -g -O0
endif
Write
Preview
Loading…
Cancel
Save