Remove -Wno-everything from WebRTC build file.

Bug: 308179380
Test: local build, presubmit
Change-Id: Ia0d3179d5f36ecde981780eee161c97f939f2081
This commit is contained in:
Krzysztof Kosiński
2023-10-28 14:51:06 +00:00
parent 99634edf38
commit ded0f9f7d9
2 changed files with 3 additions and 7 deletions

View File

@ -87,9 +87,7 @@ cc_defaults {
"-D_GNU_SOURCE",
"-D_LARGEFILE64_SOURCE",
"-D_LARGEFILE_SOURCE",
"-Wno-all",
"-Wno-error",
"-Wno-everything",
"-Wno-global-constructors",
"-Wno-implicit-const-int-float-conversion",
"-Wno-missing-field-initializers",
"-Wno-unreachable-code-aggressive",

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import json
import os
@ -31,9 +31,7 @@ DEFAULT_CFLAGS = [
'-D_GNU_SOURCE',
'-D_LARGEFILE64_SOURCE',
'-D_LARGEFILE_SOURCE',
'-Wno-all',
'-Wno-error',
'-Wno-everything',
'-Wno-global-constructors',
'-Wno-implicit-const-int-float-conversion',
'-Wno-missing-field-initializers',
'-Wno-unreachable-code-aggressive',