X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/777a5703f633447f8ac680182c1f2af1913d0477..b2252602473b26e442a9c96b4f28dc089deb19f4:/include/xbt/base.h?ds=sidebyside diff --git a/include/xbt/base.h b/include/xbt/base.h index 54ab2700e6..ae3f926f87 100644 --- a/include/xbt/base.h +++ b/include/xbt/base.h @@ -247,9 +247,9 @@ /* Microsoft wants to improve the code quality blah blah blah */ /* See: https://msdn.microsoft.com/en-us/library/8ef0s5kh.aspx */ /* warning C4996: '_strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. */ - # define _CRT_NONSTDC_NO_WARNINGS + #define _CRT_NONSTDC_NO_WARNINGS /* warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. */ - # define _CRT_SECURE_NO_WARNINGS + #define _CRT_SECURE_NO_WARNINGS #endif