Skip to content

Prevent -Wcast-function-type-mismatch diagnostics from clang #2428

Prevent -Wcast-function-type-mismatch diagnostics from clang

Prevent -Wcast-function-type-mismatch diagnostics from clang #2428

name: C/C++ CI on Windows (vs2019)
on:
push:
branches:
- master
- main
- dev
pull_request:
branches:
- master
- main
- dev
jobs:
build:
runs-on: windows-2019
name: Build
steps:
- name: Checkout
uses: actions/checkout@v2
continue-on-error: true
- name: Build
env:
SKIP_ARM_BUILD: 1
SKIP_ARM64_BUILD: 1
PlatformToolset: v142
VSTOOLS_VERSION: vs2019
shell: cmd
run: build-all.bat