Kaydet (Commit) b30b82b7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror=class-memaccess (trunk towards GCC 9)

..."‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type";
instead adding default member initializers to the members of WW8Fib and WW8Dop,
where all ctors called memset.

Unfortunately, C++17 doesn't yet allow default initializers for bit-field
members, so those still need to be covered by per-ctor initializer lists for
now.

Change-Id: I0f4b5130d92abed2f808084813ff1089d390c809
Reviewed-on: https://gerrit.libreoffice.org/65376
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 70bca258
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment