[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Wed May 14 01:48:41 CEST 2003
CVS commit by staikos:
unused args
M +4 -4 readdata.c 1.3
--- kdeextragear-2/kst/kst/readdata.c #1.2:1.3
@@ -98,9 +98,9 @@ static void rd_flip_words(short *d, int
}
#else
-static void rd_flip_bytes(char *d, int nwords) {
- /* do nothing on alpha or linux machines */
+static void rd_flip_bytes(char *, int) {
+ /* do nothing on alpha or intel machines */
}
-static void rd_flip_words(short *d, int nints) {
- /* do nothing on alpha or linux machines */
+static void rd_flip_words(short *, int) {
+ /* do nothing on alpha or intel machines */
}
#endif
More information about the Kst
mailing list