No #warning directives in MSVS please.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2677 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7d1f0f71e9
commit
26bc0b94e2
2 changed files with 1003 additions and 1000 deletions
|
@ -605,8 +605,9 @@ void SV_ForwardStream(sv_t *qtv, void *buffer, int length)
|
||||||
// Net_TryFlushProxyBuffer(qtv->cluster, prox);
|
// Net_TryFlushProxyBuffer(qtv->cluster, prox);
|
||||||
// Net_TryFlushProxyBuffer(qtv->cluster, prox);
|
// Net_TryFlushProxyBuffer(qtv->cluster, prox);
|
||||||
|
|
||||||
|
#ifndef _MSC_VER
|
||||||
#warning This is not the place for this
|
#warning This is not the place for this
|
||||||
|
#endif
|
||||||
if (prox->sock != INVALID_SOCKET)
|
if (prox->sock != INVALID_SOCKET)
|
||||||
{
|
{
|
||||||
Fwd_ParseCommands(qtv->cluster, prox);
|
Fwd_ParseCommands(qtv->cluster, prox);
|
||||||
|
|
|
@ -688,7 +688,9 @@ void SV_SayToViewers(sv_t *qtv, char *message)
|
||||||
{
|
{
|
||||||
viewer_t *v;
|
viewer_t *v;
|
||||||
Fwd_SayToDownstream(qtv, message);
|
Fwd_SayToDownstream(qtv, message);
|
||||||
|
#ifndef _MSC_VER
|
||||||
#warning Send to viewers here too
|
#warning Send to viewers here too
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
//This function 1: parses the 'don't delay' packets in the stream
|
//This function 1: parses the 'don't delay' packets in the stream
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue