build: Remove -Wno-incompatible-pointer-types

No longer needed with recent changes.

Signed-off-by: Joshua Ashton <joshua@froggi.es>
This commit is contained in:
Joshua Ashton 2020-07-03 15:48:14 +01:00 committed by Hans-Kristian Arntzen
parent 19c910904b
commit 10f7ec4ad8
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ endif
add_project_arguments(vkd3d_compiler.get_supported_arguments([
'-Wno-format',
'-Wno-incompatible-pointer-types',
'-Wno-missing-field-initializers',
'-Wno-unused-parameter']),
language : 'c')