Kaydet (Commit) b2442f11 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Avoid ASan confusion of different FuncData types

...in sc/inc/callform.hxx and scaddins/source/analysis/analysishelper.hxx, where
using -fvisiblity-ms-compat for Clang -fsanitize=* on Linux would make both
_ZTS8FuncData externally visible and confuse -fsanitize=address.

Change-Id: I216665ca8931dbe22a7f9eccd4fa7d73592ef0b5
üst f6977bb8
...@@ -168,7 +168,7 @@ struct FuncDataBase ...@@ -168,7 +168,7 @@ struct FuncDataBase
}; };
class FuncData class SAL_DLLPRIVATE FuncData
{ {
private: private:
OUString aIntName; OUString aIntName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment