Files
loongoffice/include/sal
Stephan Bergmann d1a74c273d Silence unhelpful -Wpotentially-evaluated-expression
...on Clang trunk towards 3.6, firing for typeid(*e) where e is a side-effecting
expression (of polymorphic pointer type).  Simpler to disable it via #if in
sal/config.h than to disable it in solenv/gbuild/platform/com_GCC_defs.mk with
an additional feature test in configure.ac.

Change-Id: If94692a9e06ff2659bf168b4968200aeee9ebb0a
2015-01-07 14:42:07 +01:00
..