From ca4b50a0c2a50416d86aabd6af72c7f64395ce80 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 24 Jul 2003 11:53:03 -0400 Subject: ENH: Remove warning --- Source/cmGlob.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/cmGlob.cxx b/Source/cmGlob.cxx index 0a7d866..859af15 100644 --- a/Source/cmGlob.cxx +++ b/Source/cmGlob.cxx @@ -267,9 +267,8 @@ bool cmGlob::FindFiles(const std::string& inexpr) expr += "/" + inexpr; } - int skip = 0; - #if defined( CM_GLOB_SUPPORT_NETWORK_PATHS ) + int skip = 0; // Handle network paths if ( expr[0] == '/' && expr[1] == '/' ) { -- cgit v0.12