summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
Diffstat (limited to 'basic')
-rw-r--r--basic/source/comp/buffer.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/source/comp/buffer.cxx b/basic/source/comp/buffer.cxx
index 3d0880f7c678..ca7af7dd4090 100644
--- a/basic/source/comp/buffer.cxx
+++ b/basic/source/comp/buffer.cxx
@@ -26,6 +26,7 @@ const sal_uInt32 UP_LIMIT=0xFFFFFF00;
template <class I, typename T> void write(I it, T n)
{
*it = static_cast<sal_uInt8>(n & 0xFF);
+ // coverity[stray_semicolon : FALSE] - coverity parse error
if constexpr (sizeof(n) > 1)
{
for (std::size_t i = 1; i < sizeof(n); ++i)
oosplash.mk?h=feature/profilesafemode&id=5032dc0fc339ba6b200e80a5482cc86e00662a0b'>gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl