KWSys 2020-05-27 (a3263389)

Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit a3263389bcaab27fd62a23599d4ce9bdaa01479a (master).

Upstream Shortlog
-----------------

Brad King (7):
      ce4941c9 IOStream: Drop this component of KWSys
      49d04c2c hashtable: Drop this component of KWSys
      a0bd892c SystemInformation: Use 'long long' unconditionally
      441dd494 Drop unused checks for 'long long' and '__int64'
      2b749749 Drop unused C type macros check
      74daf33b Drop unused Borland and OpenWatcom preprocessor conditions
      c4e8126a Drop unused CXX cstdio check
This commit is contained in:
KWSys Upstream
2020-05-27 07:59:02 -04:00
committed by Brad King
parent 8fd4c19e1b
commit c47501bcca
25 changed files with 75 additions and 3005 deletions

View File

@@ -24,10 +24,6 @@
# include <unistd.h>
#endif
#if defined(__BORLANDC__)
# pragma warn - 8060 /* possibly incorrect assignment */
#endif
/* Platform-specific sleep functions. */
#if defined(__BEOS__) && !defined(__ZETA__)