Add -Wno-inconsistent-missing-override

This commit is contained in:
bloeys
2022-12-06 22:53:04 +04:00
parent 636f2c9ed2
commit 1ab1ebbdbd
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
- name: Clone PhysX 4.1
run: git clone -b 4.1 https://github.com/NVIDIAGameWorks/PhysX
# Added: '-Wno-alloca', '-Wno-anon-enum-enum-conversion'
# Added: '-Wno-alloca', '-Wno-anon-enum-enum-conversion', '-Wno-inconsistent-missing-override'
# Removed: '-Werror' because it crashes on macos-12
- name: Copy fixed CMakeLists
run: git clone https://github.com/bloeys/physx-builder && cp ./physx-builder/macCMakeLists.txt ./PhysX/physx/source/compiler/cmake/mac/CMakeLists.txt