[MPlayer-cvslog] r32646 - trunk/stream/network.c

cboesch subversion at mplayerhq.hu
Thu Nov 25 11:02:51 CET 2010


Author: cboesch
Date: Thu Nov 25 11:02:51 2010
New Revision: 32646

Log:
Remove GCC warning hack not needed anymore

Modified:
   trunk/stream/network.c

Modified: trunk/stream/network.c
==============================================================================
--- trunk/stream/network.c	Thu Nov 25 11:01:48 2010	(r32645)
+++ trunk/stream/network.c	Thu Nov 25 11:02:51 2010	(r32646)
@@ -466,10 +466,6 @@ nop_streaming_read( int fd, char *buffer
 int
 nop_streaming_seek( int fd, off_t pos, streaming_ctrl_t *stream_ctrl ) {
 	return -1;
-	// To shut up gcc warning
-	fd++;
-	pos++;
-	stream_ctrl=NULL;
 }
 
 


More information about the MPlayer-cvslog mailing list