[Kst] extragear/graphics/kst/kst/datasources/frame
Andrew Walker
arwalker at sumusltd.com
Tue Jun 7 20:15:45 CEST 2005
SVN commit 423170 by arwalker:
Remove compiler warnings
M +3 -0 creaddata.c
--- trunk/extragear/graphics/kst/kst/datasources/frame/creaddata.c #423169:423170
@@ -103,6 +103,9 @@
#else
static void flip_bytes(char *d, int nwords) {
/* do nothing on alpha or linux machines */
+ // remove compiler warning of unused variables
+ if (d) {}
+ if (nwords) {}
}
#endif
More information about the Kst
mailing list