Skip to content
Snippets Groups Projects
Commit ec6ba9a3 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'update-kwsys'


11cadc3e Merge branch 'upstream-KWSys' into update-kwsys
18513fa1 KWSys 2021-04-29 (5655d533)

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !6063
parents 8095cdd8 11cadc3e
No related branches found
No related tags found
No related merge requests found
...@@ -122,6 +122,10 @@ static inline void kwsysProcess_usleep(unsigned int msec) ...@@ -122,6 +122,10 @@ static inline void kwsysProcess_usleep(unsigned int msec)
/* The maximum amount to read from a pipe at a time. */ /* The maximum amount to read from a pipe at a time. */
#define KWSYSPE_PIPE_BUFFER_SIZE 1024 #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 /* Keep track of times using a signed representation. Switch to the
native (possibly unsigned) representation only when calling native native (possibly unsigned) representation only when calling native
functions. */ functions. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment