diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-04 09:43:40 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-04 10:11:12 +0100 |
commit | 35133f60356a5ea4322f4df13e1e814e4001ba07 (patch) | |
tree | 3ae7d483050632a70ff116e2d8ee9bd3393fbbb5 /rsc/source/parser | |
parent | b542088240751aba8485c7d6cceefb7bdb14e591 (diff) |
-Werror,-Wunused-macros
Appears to no (longer?) be relevant here, as reported by clang-cl.
Change-Id: I339f8b04eb733a9c6a97fcd4b9b4758e6a84d5c3
Diffstat (limited to 'rsc/source/parser')
-rw-r--r-- | rsc/source/parser/rsckey.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rsc/source/parser/rsckey.cxx b/rsc/source/parser/rsckey.cxx index 351b2a456f1e..90dd66db8f32 100644 --- a/rsc/source/parser/rsckey.cxx +++ b/rsc/source/parser/rsckey.cxx @@ -26,10 +26,6 @@ #include <rschash.hxx> #include <rsckey.hxx> -#ifdef _MSC_VER -#define _cdecl __cdecl -#endif - extern "C" { int SAL_CALL KeyCompare( const void * pFirst, const void * pSecond ); } |