From 1fb1d2c2e1bbab1ad5ee8edadaee3db5f5dadada Mon Sep 17 00:00:00 2001 From: malaterre Date: Sat, 8 Jan 2005 00:03:10 +0000 Subject: [PATCH] COMP: remove warnings --- src/gdcmUtil.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gdcmUtil.cxx b/src/gdcmUtil.cxx index 5a0a9240..f1016813 100644 --- a/src/gdcmUtil.cxx +++ b/src/gdcmUtil.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmUtil.cxx,v $ Language: C++ - Date: $Date: 2005/01/08 00:01:35 $ - Version: $Revision: 1.82 $ + Date: $Date: 2005/01/08 00:03:10 $ + Version: $Revision: 1.83 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -367,8 +367,8 @@ typedef BOOL(WINAPI * pSnmpExtensionInitEx) ( #include #include -static kern_return_t FindEthernetInterfaces(io_iterator_t *matchingServices); -static kern_return_t GetMACAddress(io_iterator_t intfIterator, UInt8 *MACAddress); +//static kern_return_t FindEthernetInterfaces(io_iterator_t *matchingServices); +//static kern_return_t GetMACAddress(io_iterator_t intfIterator, UInt8 *MACAddress); // Returns an iterator containing the primary (built-in) Ethernet interface. The caller is responsible for // releasing the iterator after the caller is done with it. -- 2.48.1