mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-07 01:10:09 +00:00
Temporarily disable -Werror in LegacyComponents
This commit is contained in:
parent
636a07b4fc
commit
c09413907c
@ -30,7 +30,7 @@ objc_library(
|
|||||||
]),
|
]),
|
||||||
copts = [
|
copts = [
|
||||||
"-I{}/PublicHeaders/LegacyComponents".format(package_name()),
|
"-I{}/PublicHeaders/LegacyComponents".format(package_name()),
|
||||||
"-Werror",
|
#"-Werror",
|
||||||
],
|
],
|
||||||
includes = [
|
includes = [
|
||||||
"PublicHeaders",
|
"PublicHeaders",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user