diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-04-17 17:13:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-04-17 20:46:28 +0200 |
commit | cb06f61967850f7c3bbaaf3575901d6a18b94c96 (patch) | |
tree | 7e04ca9324cb79021da4e9181dbbcf441e80b6ba /drawinglayer | |
parent | 25812b3eb420b0160b07ae604c5589a305c26938 (diff) |
More containsPreprocessingConditionalInclusion checking in loplugin:casttovoid
...to avoid false positive with --disable-dbgutil in SfxApplication ctor
(sfx2/source/appl/app.cxx), which contains
bool bOk = InitializeDde();
#ifdef DBG_UTIL
...
#else
(void)bOk;
#endif
Change-Id: I4de6322a848a9c6aea3057e4598b2161888dee6a
Reviewed-on: https://gerrit.libreoffice.org/53051
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'drawinglayer')
0 files changed, 0 insertions, 0 deletions