File tree 8 files changed +16
-0
lines changed 8 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ Date: June 2006
52
52
#ifdef _MSC_VER
53
53
#pragma warning(disable:4668)
54
54
// using #if/#elif on undefined macro
55
+ #pragma warning(disable : 5039)
56
+ // pointer or reference to potentially throwing function passed to extern C
55
57
#endif
56
58
#include < direct.h>
57
59
#include < windows.h>
Original file line number Diff line number Diff line change 15
15
#ifdef _MSC_VER
16
16
#pragma warning(disable:4668)
17
17
// using #if/#elif on undefined macro
18
+ #pragma warning(disable : 5039)
19
+ // pointer or reference to potentially throwing function passed to extern C
18
20
#endif
19
21
#include < windows.h>
20
22
#include < fcntl.h>
Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ Date: January 2012
36
36
#ifdef _MSC_VER
37
37
#pragma warning(disable:4668)
38
38
// using #if/#elif on undefined macro
39
+ #pragma warning(disable : 5039)
40
+ // pointer or reference to potentially throwing function passed to extern C
39
41
#endif
40
42
#include < io.h>
41
43
#include < windows.h>
Original file line number Diff line number Diff line change 23
23
#ifdef _MSC_VER
24
24
#pragma warning(disable:4668)
25
25
// using #if/#elif on undefined macro
26
+ #pragma warning(disable : 5039)
27
+ // pointer or reference to potentially throwing function passed to extern C
26
28
#endif
27
29
#include < windows.h>
28
30
#include < psapi.h>
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ Date: August 2012
16
16
#ifdef _MSC_VER
17
17
#pragma warning(disable:4668)
18
18
// using #if/#elif on undefined macro
19
+ #pragma warning(disable:5039)
20
+ // pointer or reference to potentially throwing function passed to extern C
19
21
#endif
20
22
#include < process.h>
21
23
#include < windows.h>
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ Author: CM Wintersteiger
13
13
#ifdef _MSC_VER
14
14
#pragma warning(disable:4668)
15
15
// using #if/#elif on undefined macro
16
+ #pragma warning(disable : 5039)
17
+ // pointer or reference to potentially throwing function passed to extern C
16
18
#endif
17
19
#include < windows.h>
18
20
#include < io.h>
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ Author: Daniel Kroening
13
13
#ifdef _MSC_VER
14
14
#pragma warning(disable:4668)
15
15
// using #if/#elif on undefined macro
16
+ #pragma warning(disable : 5039)
17
+ // pointer or reference to potentially throwing function passed to extern C
16
18
#endif
17
19
#include < process.h>
18
20
#include < sys/stat.h>
Original file line number Diff line number Diff line change 19
19
#ifdef _MSC_VER
20
20
#pragma warning(disable:4668)
21
21
// using #if/#elif on undefined macro
22
+ #pragma warning(disable : 5039)
23
+ // pointer or reference to potentially throwing function passed to extern C
22
24
#endif
23
25
#include < windows.h>
24
26
#include < util/pragma_pop.def>
You can’t perform that action at this time.
0 commit comments