We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87a2d94 + 69a4b33 commit 2fec593Copy full SHA for 2fec593
src/provider/provider_os_memory.c
@@ -5,19 +5,6 @@
5
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
*/
7
8
-#ifdef _WIN32
9
-#pragma warning(push)
10
-// Disable the warning:
11
-// hwloc-win64-build-2.10.0\include\hwloc/helper.h(1266):
12
-// warning C4996: 'sscanf': This function or variable may be unsafe.
13
-// Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS.
14
-#pragma warning(disable : 4996)
15
-#include <hwloc.h>
16
-#pragma warning(pop)
17
-#else
18
19
-#endif
20
-
21
#include <assert.h>
22
#include <errno.h>
23
#include <hwloc.h>
0 commit comments