[Cmake-commits] [cmake-commits] hoffman committed fnmatch.c 1.4 1.4.18.1 snprintf.c 1.8 1.8.20.1

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 28 12:17:20 EDT 2009


Update of /cvsroot/CMake/CMake/Utilities/cmtar/compat
In directory public:/mounts/ram/cvs-serv18987/Utilities/cmtar/compat

Modified Files:
      Tag: CMake-2-8
	fnmatch.c snprintf.c 
Log Message:
RC 4 merge


Index: fnmatch.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmtar/compat/fnmatch.c,v
retrieving revision 1.4
retrieving revision 1.4.18.1
diff -C 2 -d -r1.4 -r1.4.18.1
*** fnmatch.c	23 May 2006 16:38:22 -0000	1.4
--- fnmatch.c	28 Oct 2009 16:17:17 -0000	1.4.18.1
***************
*** 175,184 ****
  }
  
! static int
! rangematch(pattern, test, flags, newp)
!   const char *pattern;
!   char test;
!   int flags;
!   char **newp;
  {
    int negate, ok;
--- 175,179 ----
  }
  
! static int rangematch(const char *pattern, char test, int flags, char **newp)
  {
    int negate, ok;

Index: snprintf.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmtar/compat/snprintf.c,v
retrieving revision 1.8
retrieving revision 1.8.20.1
diff -C 2 -d -r1.8 -r1.8.20.1
*** snprintf.c	30 Mar 2006 18:49:56 -0000	1.8
--- snprintf.c	28 Oct 2009 16:17:18 -0000	1.8.20.1
***************
*** 43,46 ****
--- 43,50 ----
  #include <libtar/config.h>
  
+ #if defined(__INTEL_COMPILER)
+ # pragma warning disable 177 /* function declared but not referenced */
+ #endif
+ 
  #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF)
  



More information about the Cmake-commits mailing list