Browse Source

Revert "Clang: -Wno-unused-private-field."

This reverts commit 70239c9fee90f05a3c2c0b58177e1ec8f7408654.
Бранимир Караџић 3 years ago
parent
commit
d6576889dd
1 changed files with 0 additions and 2 deletions
  1. 0 2
      scripts/toolchain.lua

+ 0 - 2
scripts/toolchain.lua

@@ -1014,7 +1014,6 @@ function toolchain(_buildDir, _libDir)
 			"-arch arm64",
 			"-Wno-error=unused-command-line-argument",
 			"-Wno-unused-command-line-argument",
-			"-Wno-unused-private-field",
 		}
 
 	configuration { "osx*" }
@@ -1033,7 +1032,6 @@ function toolchain(_buildDir, _libDir)
 			"-Wfatal-errors",
 			"-Wunused-value",
 			"-Wundef",
-			"-Wno-unused-private-field",
 		}
 		includedirs { path.join(bxDir, "include/compat/ios") }