On 05.03.2014 09:30, Andre Fischer wrote:
I am currently working on some bug in the sc module and find that it
is really hard to even find compiler errors among the many warning
messages. Some of these warnings are caused directly by code in sc
but the majority of the warnings originate in header files. Platform
is Windows. The most annoying warnings are
warning C4530: C++ exception handler used, but unwind semantics are
not enabled. Specify /EHsc
and even more (because of the warning text that is repeated again and
again)
warning C4555: expression has no effect; expected expression with
side-effect
(see full text below)
Any ideas how to silence these two?
I have created issue 124361 for this. The 4555 warning is triggered by
the hash_map wrapper in module stl_port/ when it includes
unordered_map. Luckily this allows us to turn of the warning
temporarily for just this header.
-Andre
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org