Remove -Wno-everything from WebRTC build file.
Bug: 308179380 Test: local build, presubmit Change-Id: Ia0d3179d5f36ecde981780eee161c97f939f2081
This commit is contained in:
@ -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",
|
||||
|
||||
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user