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, 17 insertions, 0 deletions
diff --git a/Remove-Werror-flag.patch b/Remove-Werror-flag.patch
new file mode 100644
index 000000000000..9c8dab4ba747
--- /dev/null
+++ b/Remove-Werror-flag.patch
@@ -0,0 +1,17 @@
+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',