summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-05-12 08:14:21 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-05-12 09:57:28 +0200
commit32714f966186d301435d3eb9f7f6950bc9a6bb1e (patch)
treefe1def5c3ba07308698159c762265e03848ad396 /framework/source
parent39d011376b9bcf020bcb9e05121bb0dfb01f8822 (diff)
-Werror,-Wformat
> sal/cppunittester/cppunittester.cxx(553,65): error: format specifies type 'unsigned int' but the argument has type 'DWORD' (aka 'unsigned long') [-Werror,-Wformat] > printf("\tat unknown (Error in SymFromAddr=%#08x)", GetLastError()); > ~~~~~ ^~~~~~~~~~~~~~ > %#08lx and DWORD should presumably always be a typedef for unsigned long according to <https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-dtyp/262627d8-3418-4627-9218-4ffe110850b2> "2.2.9 DWORD" Change-Id: Ib1394c54fd649108bb6f6c748a5b7eae798884ad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134214 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'framework/source')
0 files changed, 0 insertions, 0 deletions