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

-Werror,-Wunused-function

Change-Id: Idb8d967348b49d467249d2923829f66044e9891e
üst 4668528d
......@@ -45,24 +45,6 @@
#include <systools/win32/uwinapi.h>
#include <../tools/seterror.hxx>
#ifdef DEBUG
inline void OutputDebugStringFormat( LPCSTR pFormat, ... )
{
CHAR buffer[1024];
va_list args;
va_start( args, pFormat );
StringCchVPrintfA( buffer, sizeof(buffer), pFormat, args );
OutputDebugStringA( buffer );
va_end(args);
}
#else
static inline void OutputDebugStringFormat( LPCSTR, ... )
{
}
#endif
static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty )
{
std::_tstring result;
......
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