-Werror=unused-macros (MinGW, dtrans)

Change-Id: Ie32b2b1283b54719f4c9525105d534fce70219af
This commit is contained in:
Stephan Bergmann
2013-04-17 11:33:27 +02:00
parent 8e08a41620
commit c86b0e0d12

View File

@@ -31,10 +31,6 @@
#include <com/sun/star/datatransfer/MimeContentTypeFactory.hpp> #include <com/sun/star/datatransfer/MimeContentTypeFactory.hpp>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
#define STR2(x) #x
#define STR(x) STR2(x)
#define PRAGMA_MSG( msg ) message( __FILE__ "(" STR(__LINE__) "): " #msg )
//------------------------------------------------------------------------ //------------------------------------------------------------------------
// namespace directives // namespace directives
//------------------------------------------------------------------------ //------------------------------------------------------------------------
@@ -427,9 +423,7 @@ void CDOTransferable::clipDataToByteStream( CLIPFORMAT cf, STGMEDIUM stgmedium,
break; break;
case TYMED_ISTREAM: case TYMED_ISTREAM:
#ifdef _MSC_VER //TODO: Has to be implemented
#pragma PRAGMA_MSG( Has to be implemented )
#endif
break; break;
default: default: