blob: 8a8782166c427061fbf3ed7d59c07ec242fa4c25 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ucb/source/ucp/file/bc.cxx.orig 2020-12-08 05:01:04 UTC
+++ ucb/source/ucp/file/bc.cxx
@@ -40,6 +40,7 @@
#include "prov.hxx"
#include "filerror.hxx"
#include "filinsreq.hxx"
+#pragma clang optimize off
using namespace fileaccess;
using namespace com::sun::star;
|