Remove some of MSVC warnings (#17811)

This commit is contained in:
Anton Kochkov 2020-10-21 15:00:10 +08:00 committed by GitHub
parent 4287408a3e
commit d5e1247757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,7 +185,7 @@ endif
tree_sitter_cflags = ''
if cc.has_argument('-std=gnu99')
tree_sitter_cflags = '-std=gnu99'
elif cc.has_argument('std=c99')
elif cc.has_argument('-std=c99')
tree_sitter_cflags = '-std=c99'
endif