fix missing CHECK_SUPASS_WARNING in additional-flags-uasage job

This commit is contained in:
Alfi Maulana 2023-01-17 12:34:58 +07:00
parent 894b72b287
commit 657a82ee9f
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -52,6 +52,7 @@ jobs:
targets: test_c test_cpp targets: test_c test_cpp
c-flags: -Wno-unused-variable c-flags: -Wno-unused-variable
cxx-flags: -Wno-unused-variable cxx-flags: -Wno-unused-variable
args: -D CHECK_SURPASS_WARNING=ON
- name: Run the build results - name: Run the build results
run: build/test_c && build/test_cpp run: build/test_c && build/test_cpp