diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-07-03 10:33:13 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-07-03 10:33:13 +0200 |
commit | 33ee8e61292af05627f5f72ea2f93ad80e715e46 (patch) | |
tree | 93caab95248600e1463fa765274cb5b870bb0eb7 /sd/source/ui/inc/fuconbez.hxx | |
parent | a5c200bddd51cba75d30f37a33541778ba8223b4 (diff) |
Work around bug in Clang 3.8
...that causes
> clang/lib/AST/Type.cpp:1878: bool clang::Type::isConstantSizeType() const: Assertion `!isDependentType() && "This doesn't make sense for dependent types"' failed.
compilation failure in PCodeBufferWalker in basic/source/comp/codegen.cxx
> static T readParam( sal_uInt8 const *& pCode )
> {
> short nBytes = sizeof( T );
> T nOp1=0;
> for ( int i=0; i<nBytes; ++i )
> nOp1 |= *pCode++ << ( i * 8);
> return nOp1;
> }
with loplugin:oncevar.
Change-Id: I25417076549ea538adf013282f3657e0d642d776
Diffstat (limited to 'sd/source/ui/inc/fuconbez.hxx')
0 files changed, 0 insertions, 0 deletions