caa16c13e0
Building synergy on sparc, nios2, mipsel and mips64el would fail with the following errors: src/lib/ipc/IpcClientProxy.cpp: In member function 'void IpcClientProxy::send(const IpcMessage&)': src/lib/ipc/IpcClientProxy.cpp:150:59: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: [-Werror] ProtocolUtil::writef(&m_stream, kIpcMsgLogLine, &logLine); ^ In file included from src/lib/ipc/IpcClientProxy.cpp:23:0: src/lib/ipc/../synergy/ProtocolUtil.h:82:16: note: candidate 1: static void ProtocolUtil::writef(void*, const char*, va_list) static void writef(void*, const char* fmt, va_list); ^ src/lib/ipc/../synergy/ProtocolUtil.h:53:16: note: candidate 2: static void ProtocolUtil::writef(synergy::IStream*, const char*, ...) static void writef(synergy::IStream*, ^ src/lib/ipc/../synergy/ProtocolUtil.h:82:16: error: 'static void ProtocolUtil::writef(void*, const char*, va_list)' is private static void writef(void*, const char* fmt, va_list); ^ src/lib/ipc/IpcClientProxy.cpp:150:59: error: within this context ProtocolUtil::writef(&m_stream, kIpcMsgLogLine, &logLine); ^ At global scope: cc1plus: error: unrecognized command line option '-Wno-unused-local-typedef' [-Werror] cc1plus: all warnings being treated as errors Fixed by upstream commits: |
||
---|---|---|
.. | ||
0001-allow-building-of-synergy-without-tests.patch | ||
0002-do-not-change-output-path-when-building-in-debug.patch | ||
Config.in | ||
synergy.hash | ||
synergy.mk |