Browse Source

Enable -Werror=unused-const-variable

tags/v1.2.0
zhangxiaokun 4 years ago
parent
commit
21f46ef36c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/CMakeLists.txt

+ 1
- 1
ge/CMakeLists.txt View File

@@ -68,7 +68,7 @@ target_compile_options(ge_proto_client PRIVATE
-fno-common -fno-common
) )


target_link_libraries(ge_proto_common PRIVATE
target_link_libraries(ge_proto_client PRIVATE
$<BUILD_INTERFACE:intf_pub> $<BUILD_INTERFACE:intf_pub>
ascend_protobuf ascend_protobuf
) )


Loading…
Cancel
Save