mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
Merge branch 'upstream-KWSys' into update-kwsys
# By KWSys Upstream * upstream-KWSys: KWSys 2020-05-27 (a3263389)
This commit is contained in:
@@ -31,9 +31,6 @@ a UNIX-style select system call.
|
||||
#include <io.h> /* _unlink */
|
||||
#include <stdio.h> /* sprintf */
|
||||
#include <string.h> /* strlen, strdup */
|
||||
#ifdef __WATCOMC__
|
||||
# define _unlink unlink
|
||||
#endif
|
||||
|
||||
#ifndef _MAX_FNAME
|
||||
# define _MAX_FNAME 4096
|
||||
@@ -48,11 +45,6 @@ a UNIX-style select system call.
|
||||
# pragma warning(disable : 4706)
|
||||
#endif
|
||||
|
||||
#if defined(__BORLANDC__)
|
||||
# pragma warn - 8004 /* assigned a value that is never used */
|
||||
# pragma warn - 8060 /* Assignment inside if() condition. */
|
||||
#endif
|
||||
|
||||
/* There are pipes for the process pipeline's stdout and stderr. */
|
||||
#define KWSYSPE_PIPE_COUNT 2
|
||||
#define KWSYSPE_PIPE_STDOUT 0
|
||||
|
||||
Reference in New Issue
Block a user