Remove printf z modifier check [ci skip]

VC2013 is no longer supported.
This commit is contained in:
Nobuyoshi Nakada 2024-01-11 18:28:53 +09:00
Родитель 7cc8d58cc9
Коммит 0480c07344
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 3582D74E1FEE4465
1 изменённых файлов: 0 добавлений и 8 удалений

8
.github/workflows/check_misc.yml поставляемый
Просмотреть файл

@ -52,14 +52,6 @@ jobs:
exit $fail
working-directory: include
# This should be able to be removed once old platforms are dropped.
- id: c99-check
name: Check for C99 features which may not be supported
run: |
# VC2013: z modifier for size_t is not supported.
grep -r -n --include='*.[chyS]' '%[0-9]*z[idu]' -- . && exit 1 || :
continue-on-error: true # Just show in the annotations
- id: gems
run: true
if: ${{ github.ref == 'refs/heads/master' }}