summaryrefslogtreecommitdiff
path: root/external/boost/include/boost/program_options.hpp
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-12-19 12:13:45 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-12-20 08:50:49 +0100
commit6310429e1afd5018aff9712dfc25ef90488ebfa1 (patch)
tree577a06b60ca8081a06f33e6503aa76589fa48d58 /external/boost/include/boost/program_options.hpp
parenta784ac2daf55f9e620d7c8da1b880ee539d9218a (diff)
Remove Clang -Wunknown-pragmas workaround
...that appears to only be necessary for Clang <= 3.4, so no longer needed since fa7b7f73938e837af2765f8a03f07e404046877b "Document that Clang 3.4.2 is known to be too old" Change-Id: I09361f6ffc23b8d20d65d3c84d9003719e2159f8 Reviewed-on: https://gerrit.libreoffice.org/46787 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'external/boost/include/boost/program_options.hpp')
-rw-r--r--external/boost/include/boost/program_options.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/external/boost/include/boost/program_options.hpp b/external/boost/include/boost/program_options.hpp
index f6b617b9dd03..43ce24abc796 100644
--- a/external/boost/include/boost/program_options.hpp
+++ b/external/boost/include/boost/program_options.hpp
@@ -1,9 +1,8 @@
/* generated by bin/gen-boost-headers, do not edit! */
#pragma once
#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Wunknown-pragmas" /* first! for clang */
-#pragma GCC diagnostic ignored "-Wpragmas" /* second! for GCC */
-#pragma GCC diagnostic ignored "-Wunknown-warning-option" // third! for Clang 5
+#pragma GCC diagnostic ignored "-Wpragmas" /* first! for GCC */
+#pragma GCC diagnostic ignored "-Wunknown-warning-option" // second! for Clang 5
#pragma GCC diagnostic ignored "-Wdelete-non-virtual-dtor"
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#pragma GCC diagnostic ignored "-Wextra"