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:
Molgrum 2007-09-22 22:42:44 +00:00
parent 7d1f0f71e9
commit 26bc0b94e2
2 changed files with 1003 additions and 1000 deletions

View File

@ -605,8 +605,9 @@ void SV_ForwardStream(sv_t *qtv, void *buffer, int length)
// Net_TryFlushProxyBuffer(qtv->cluster, prox);
// Net_TryFlushProxyBuffer(qtv->cluster, prox);
#warning This is not the place for this
#ifndef _MSC_VER
#warning This is not the place for this
#endif
if (prox->sock != INVALID_SOCKET)
{
Fwd_ParseCommands(qtv->cluster, prox);

View File

@ -688,7 +688,9 @@ void SV_SayToViewers(sv_t *qtv, char *message)
{
viewer_t *v;
Fwd_SayToDownstream(qtv, message);
#ifndef _MSC_VER
#warning Send to viewers here too
#endif
}
//This function 1: parses the 'don't delay' packets in the stream