R
Richard Eich
I need a clue. I'm getting an "invalid lvalue in increment" from gcc
4.1.2 on this line...
sum += *((unsigned short *)iphp)++ ;
....but I don't see what the problem is. gcc 3.4.3 isn't bother by
it, either.
Machine specifics:
$ uname -a
Linux tmxnw-fc6 2.6.22.9-61.fc6 #1 SMP Thu Sep 27 18:48:03 EDT 2007
i686 i686 i386 GNU/Linux
$ gcc --version
gcc (GCC) 4.1.2 20070626 (Red Hat 4.1.2-13)
4.1.2 on this line...
sum += *((unsigned short *)iphp)++ ;
....but I don't see what the problem is. gcc 3.4.3 isn't bother by
it, either.
Machine specifics:
$ uname -a
Linux tmxnw-fc6 2.6.22.9-61.fc6 #1 SMP Thu Sep 27 18:48:03 EDT 2007
i686 i686 i386 GNU/Linux
$ gcc --version
gcc (GCC) 4.1.2 20070626 (Red Hat 4.1.2-13)