[Plib-cvs] plib/src/ssg ssgLoadFLT.cxx,1.30,1.31
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2002-08-24 23:37:54
|
Update of /cvsroot/plib/plib/src/ssg In directory usw-pr-cvs1:/tmp/cvs-serv8373/plib/src/ssg Modified Files: ssgLoadFLT.cxx Log Message: Remove compilation warning. Index: ssgLoadFLT.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssgLoadFLT.cxx,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- ssgLoadFLT.cxx 10 Jun 2002 16:34:30 -0000 1.30 +++ ssgLoadFLT.cxx 24 Aug 2002 23:37:51 -0000 1.31 @@ -186,6 +186,7 @@ #if !defined(BYTE_ORDER) || BYTE_ORDER != BIG_ENDIAN +#ifdef PROBE_ENDIAN static void _swab16(const void *src, void *dst, int n) { ushort *s = (ushort *)src; @@ -196,6 +197,7 @@ ((t & 0x00ffU) << 8)); } } +#endif static void _swab32(const void *src, void *dst, int n) { |