diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-01-26 16:49:49 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-01-26 17:06:41 +0100 |
commit | 432adca092005cc517941b38ab30968e23817671 (patch) | |
tree | d6cc2d46cd036884116f7f7a36dce33e5c428d2f /avmedia | |
parent | d48e05425055e16c28556aefd15838ae7461ec66 (diff) |
Silence more warnings, clang-cl's /W4 now also includes -Wextra
Change-Id: I20fa3b02570bdbc3ccd297401a7669b0fda5c624
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/framework/collada_headers.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/framework/collada_headers.hxx b/avmedia/source/framework/collada_headers.hxx index e32e0692008a..6ef8238124a1 100644 --- a/avmedia/source/framework/collada_headers.hxx +++ b/avmedia/source/framework/collada_headers.hxx @@ -12,7 +12,7 @@ #include <sal/config.h> -#if defined __GNUC__ +#if defined __GNUC__ || defined __clang__ #pragma GCC system_header #elif defined _MSC_VER #pragma warning(push, 1) |