summarylogtreecommitdiffstats
path: root/Remove-Werror-flag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Remove-Werror-flag.patch')
-rw-r--r--Remove-Werror-flag.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/Remove-Werror-flag.patch b/Remove-Werror-flag.patch
deleted file mode 100644
index 9c8dab4ba747..000000000000
--- a/Remove-Werror-flag.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Remove -Werror flag
- This flag is removed because of fatal warnings in Qt
-Author: Nicholas Guriev <guriev-ns@ya.ru>
-Last-Update: 2017-03-31
-
-diff --git a/Telegram/gyp/settings_linux.gypi b/Telegram/gyp/settings_linux.gypi
-index 9050ab2..82bd931 100644
---- a/Telegram/gyp/settings_linux.gypi
-+++ b/Telegram/gyp/settings_linux.gypi
-@@ -25,7 +25,6 @@
- '-pipe',
- '-g',
- '-Wall',
-- '-Werror',
- '-W',
- '-fPIC',
- '-Wno-unused-variable',