mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
Merge topic 'update-kwsys'
11cadc3ef7Merge branch 'upstream-KWSys' into update-kwsys18513fa118KWSys 2021-04-29 (5655d533) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6063
This commit is contained in:
@@ -122,6 +122,10 @@ static inline void kwsysProcess_usleep(unsigned int msec)
|
||||
/* The maximum amount to read from a pipe at a time. */
|
||||
#define KWSYSPE_PIPE_BUFFER_SIZE 1024
|
||||
|
||||
#if defined(__NVCOMPILER)
|
||||
# pragma diag_suppress 550 /* variable set but never used (in FD_ZERO) */
|
||||
#endif
|
||||
|
||||
/* Keep track of times using a signed representation. Switch to the
|
||||
native (possibly unsigned) representation only when calling native
|
||||
functions. */
|
||||
|
||||
Reference in New Issue
Block a user