ocaml/otherlibs
Antonin Décimo d107fedd13
Don't define _INTEGRAL_MAX_BITS macro (#9686)
VS2019 throws the following warning [1] about the _INTEGRAL_MAX_BITS
[2] macro:

    stat.c(33): error C2220: the following warning is treated as an error
    stat.c(33): warning C4117: macro name '_INTEGRAL_MAX_BITS' is reserved, '#define' ignored

The doc reads:

> _INTEGRAL_MAX_BITS Defined as the integer literal value 64, the
> maximum size (in bits) for a non-vector integral type. This macro is
> always defined.

Apparently, it became a predefined macro in Visual Studio 2005.

This commit simply removes the macro definition.

[1]: https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-1-c4117
[2]: https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=vs-2019
2020-06-24 18:32:43 +02:00
..
bigarray Delete the deprecated Bigarray.*.map_file functions 2019-02-26 11:13:44 +00:00
dynlink Build system: simplify installation rules 2020-06-18 11:16:58 +02:00
raw_spacetime_lib Cease committing C dependendency information 2020-04-17 14:11:22 +01:00
str Cease committing C dependendency information 2020-04-17 14:11:22 +01:00
systhreads Build system: simplify installation rules 2020-06-18 11:16:58 +02:00
unix Unbox result of Unix.gettimeofday in unix and win32unix (#9561) 2020-06-02 11:05:57 +02:00
win32unix Don't define _INTEGRAL_MAX_BITS macro (#9686) 2020-06-24 18:32:43 +02:00
Makefile makefiles: move the inclusion of Makefile.build_config in Makefile.common 2020-05-06 12:10:02 +02:00
Makefile.otherlibs.common Build system: simplify installation rules 2020-06-18 11:16:58 +02:00