Skip to content

Commit c052d25

Browse files
committed
VSCode warnings cleanup
1 parent 7796e18 commit c052d25

6 files changed

Lines changed: 15 additions & 4 deletions

File tree

.github/workflows/highs-artifacts-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99
env:
1010
HIGHS_VERSION: v1.12.0
1111
RELEASE_TAG: highs-static-v1.12.0
12+
ARTIFACT_NAME: ""
1213

1314
jobs:
1415
build-highs:

.github/workflows/highs-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99
env:
1010
HIGHS_VERSION: v1.12.0
1111
RELEASE_TAG: highs-static-v1.12.0
12+
ARTIFACT_NAME: ""
1213

1314
jobs:
1415
build-highs:

.github/workflows/linux-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
env:
3434
HIGHS_TAG: highs-static-v1.12.0
3535
HIGHS_DIR: ${{ github.workspace }}/highs
36+
ASSET_NAME: ""
37+
SAFE_VERSION: ""
38+
SAFE_ARCH: ""
39+
SAFE_PLATFORM: ""
3640

3741
steps:
3842
# ---------------------------------------------------------

.github/workflows/macos-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
env:
3535
HIGHS_TAG: highs-static-v1.12.0
3636
HIGHS_DIR: ${{ github.workspace }}/highs
37+
ASSET_NAME: ""
38+
SAFE_VERSION: ""
39+
SAFE_ARCH: ""
40+
SAFE_PLATFORM: ""
3741

3842
steps:
3943
# ---------------------------------------------------------

.github/workflows/win-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
HIGHS_TAG: highs-static-v1.12.0
2626
HIGHS_ZIP: highs-v1.12.0-windows-x64.zip
2727
HIGHS_DIR: ${{ github.workspace }}\highs
28-
28+
ASSET_NAME: ""
29+
SAFE_VERSION: ""
30+
SAFE_ARCH: ""
31+
2932
steps:
3033
- name: Checkout repo (with submodules)
3134
uses: actions/checkout@v4

.vscode/c_cpp_properties.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@
44
"name": "Mac",
55
"includePath": [
66
"${workspaceFolder}/**",
7-
"/opt/homebrew/include/coin",
8-
"/usr/local/include/coin"
97
],
108
"defines": [],
119
"macFrameworkPath": [
1210
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
1311
],
1412
"cStandard": "c17",
15-
"cppStandard": "c++17",
13+
"cppStandard": "c++20",
1614
"intelliSenseMode": "macos-clang-arm64",
1715
"configurationProvider": "ms-vscode.cmake-tools"
1816
}

0 commit comments

Comments
 (0)