Update Travis matrix:

* New clang compiler target
* Sconstruct changes for clang
* Patches to support clang
This commit is contained in:
Nicholas Dudfield
2014-02-11 19:12:02 -08:00
committed by Vinnie Falco
parent 8dbf8b9038
commit 2f69d4c8ee
3 changed files with 72 additions and 16 deletions

View File

@@ -106,7 +106,7 @@ protected:
m_proxyInfo.destAddress.value [0],
m_proxyInfo.destAddress.value [1],
m_proxyInfo.destAddress.value [2],
m_proxyInfo.destAddress.value [4])
m_proxyInfo.destAddress.value [3])
, m_proxyInfo.destPort);
}