Browse Source

!1177 Static warning: fixed BuildMC warnings for Vulkan building scripts

From: @zhangyunshu
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
tags/v1.2.0-rc1
mindspore-ci-bot Gitee 4 years ago
parent
commit
262be8e3ba
2 changed files with 4 additions and 1 deletions
  1. +2
    -0
      build/scripts/build_vulkan_vision_linux.sh
  2. +2
    -1
      build/scripts/build_vulkan_vision_windows.bat

+ 2
- 0
build/scripts/build_vulkan_vision_linux.sh View File

@@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.


set -e

start_dir=$(pwd) start_dir=$(pwd)
cd "$(dirname "$0")"/../../ecosystem_tools/VulkanVision cd "$(dirname "$0")"/../../ecosystem_tools/VulkanVision




+ 2
- 1
build/scripts/build_vulkan_vision_windows.bat View File

@@ -1,4 +1,3 @@
@echo off
REM Copyright 2021 Huawei Technologies Co., Ltd. REM Copyright 2021 Huawei Technologies Co., Ltd.
REM REM
REM Licensed under the Apache License, Version 2.0 (the "License"); REM Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,6 +12,8 @@ REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
REM See the License for the specific language governing permissions and REM See the License for the specific language governing permissions and
REM limitations under the License. REM limitations under the License.


@echo off

set start_dir=%cd% set start_dir=%cd%
cd %~dp0..\..\ecosystem_tools\VulkanVision cd %~dp0..\..\ecosystem_tools\VulkanVision




Loading…
Cancel
Save