fix some warnings

This commit is contained in:
NishiOwO 2025-04-18 11:31:31 +09:00
parent 289ebd6f42
commit 8614571061
No known key found for this signature in database
GPG Key ID: 27EF69B208EB9343
2 changed files with 4 additions and 4 deletions

View File

@ -225,7 +225,7 @@ function gf_msvc_filters()
"/wd4819",
"/wd4996",
"/wd4244",
"/wd4779"
"/wd4789"
})
filter({
"options:cc=msc",
@ -238,7 +238,7 @@ function gf_msvc_filters()
"/wd4819",
"/wd4996",
"/wd4244",
"/wd4779"
"/wd4789"
})
end
filter({})

View File

@ -57,7 +57,7 @@ function msvc_filters()
"/wd4819",
"/wd4996",
"/wd4244",
"/wd4779"
"/wd4789"
})
filter({
"options:cc=msc",
@ -70,7 +70,7 @@ function msvc_filters()
"/wd4819",
"/wd4996",
"/wd4244",
"/wd4779"
"/wd4789"
})
end
filter({})