[NeXus-code-svn] r1387 - trunk/src

apache at nexusformat.org apache at nexusformat.org
Thu Dec 17 07:39:19 GMT 2009


Author: Pedro.vicente
Date: Thu Dec 17 07:39:18 2009
New Revision: 1387

Modified:
   trunk/src/napi.c
   trunk/src/nxdataset.c

Log:
Eliminated the following compiler warnings, due to declared but used variables

\src\nxdataset.c(181) : warning C4101: 'value' : unreferenced local variable
\src\nxdataset.c(232) : warning C4101: 'length' : unreferenced local variable

\src\napi.c(234) : warning C4101: 'fapl' : unreferenced local variable
\src\napi.c(235) : warning C4101: 'handle' : unreferenced local variable
\src\napi.c(285) : warning C4101: 'hfile' : unreferenced local variable
\src\napi.c(1213) : warning C4101: 'pathElem' : unreferenced local variable
\src\napi.c(1242) : warning C4101: 'status' : unreferenced local variable
\src\napi.c(1278) : warning C4101: 'status' : unreferenced local variable
\src\napi.c(1408) : warning C4101: 'timeData' : unreferenced local variable

Solution: deleted the variables
Systems and compilers tested:
Windows 7, Microsoft Visual Studio 2008
Mac PPC G4 OS 10.5 , gcc 4.0.1

refs #204



Modified: trunk/src/napi.c
Url: http://svn.nexusformat.org/viewvc/NeXusCode/trunk/src/napi.c?r1=1386&r2=1387

Modified: trunk/src/nxdataset.c
Url: http://svn.nexusformat.org/viewvc/NeXusCode/trunk/src/nxdataset.c?r1=1386&r2=1387


More information about the NeXus-code-svn mailing list