[gnu.gcc] It's Too weird

alan@metasoft.UUCP (Alan Epstein) (01/15/90)

Any notion as to why the gcc 1.36 gives a warning on this:

mem.c: In function Memory_SetBytes:
mem.c:435: warning: value computed is not used


430:if (memoryP != (MemoryPointer) NULL)
431:{
432:	while (byteCount--)
433:	{
434:	    *((char *)memoryP) = byteValue ;
435:	    (char *)memoryP)++ ;
436:	}
437:}
438:else

Please send replies via e-mail. Avoid net clutter!

Thanks.

-----------------------------
Alan Epstein
Meta Software Corp                   UUCP:  ...bbn!metasoft!alan
150 Cambridgepark Dr        Internet/ARPA:  alan%metasoft@bbn.com
Cambridge, MA 02140  USA
-----------------------------