diff options
author | Peter Foley <pefoley2@pefoley.com> | 2016-01-15 22:32:39 -0500 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-01-16 10:52:37 +0000 |
commit | 659526a33619a74730843a06158b22592ae06a0b (patch) | |
tree | 7934156e5684f28ee4c849339a6f0c36781e5a4d /l10ntools | |
parent | 394895de8c47e7ab3b560d1ecb3242901a9ff92b (diff) |
Fix ODR violations when compiling with LTO
/home/peter/libreoffice/sd/source/ui/controller/slidelayoutcontroller.cxx:84:8: warning: type ‘struct snewfoil_value_info’ violates one definition rule [-Wodr]
struct snewfoil_value_info
^
/home/peter/libreoffice/sd/source/ui/controller/displaymodecontroller.cxx:71:8: note: a different type is defined in another translation unit
struct snewfoil_value_info
^
/home/peter/libreoffice/sd/source/ui/controller/slidelayoutcontroller.cxx:86:16: note: the first difference of corresponding definitions is field ‘mnBmpResId’
sal_uInt16 mnBmpResId;
^
/home/peter/libreoffice/sd/source/ui/controller/displaymodecontroller.cxx:73:17: note: a field with different name is defined in another translation unit
sal_uInt16 mnId;
^
Change-Id: Ic5f5354424188a0889e842e80cb70dd90ecaeff3
Reviewed-on: https://gerrit.libreoffice.org/21504
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'l10ntools')
0 files changed, 0 insertions, 0 deletions