File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ namespace DirectX
53
53
#pragma clang diagnostic ignored "-Wdeprecated-dynamic-exception-spec"
54
54
#endif
55
55
56
- DEFINE_ENUM_FLAG_OPERATORS (DDS_LOADER_FLAGS);
56
+ DEFINE_ENUM_FLAG_OPERATORS (DDS_LOADER_FLAGS)
57
57
58
58
#ifdef __clang__
59
59
#pragma clang diagnostic pop
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ namespace DirectX
70
70
#pragma clang diagnostic ignored "-Wdeprecated-dynamic-exception-spec"
71
71
#endif
72
72
73
- DEFINE_ENUM_FLAG_OPERATORS (DDS_LOADER_FLAGS);
73
+ DEFINE_ENUM_FLAG_OPERATORS (DDS_LOADER_FLAGS)
74
74
75
75
#ifdef __clang__
76
76
#pragma clang diagnostic pop
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ namespace DirectX
51
51
#pragma clang diagnostic ignored "-Wdeprecated-dynamic-exception-spec"
52
52
#endif
53
53
54
- DEFINE_ENUM_FLAG_OPERATORS (WIC_LOADER_FLAGS);
54
+ DEFINE_ENUM_FLAG_OPERATORS (WIC_LOADER_FLAGS)
55
55
56
56
#ifdef __clang__
57
57
#pragma clang diagnostic pop
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ namespace DirectX
65
65
#pragma clang diagnostic ignored "-Wdeprecated-dynamic-exception-spec"
66
66
#endif
67
67
68
- DEFINE_ENUM_FLAG_OPERATORS (WIC_LOADER_FLAGS);
68
+ DEFINE_ENUM_FLAG_OPERATORS (WIC_LOADER_FLAGS)
69
69
70
70
#ifdef __clang__
71
71
#pragma clang diagnostic pop
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ namespace DirectX
47
47
#pragma clang diagnostic ignored "-Wdeprecated-dynamic-exception-spec"
48
48
#endif
49
49
50
- DEFINE_ENUM_FLAG_OPERATORS (WIC_LOADER_FLAGS);
50
+ DEFINE_ENUM_FLAG_OPERATORS (WIC_LOADER_FLAGS)
51
51
52
52
#ifdef __clang__
53
53
#pragma clang diagnostic pop
You can’t perform that action at this time.
0 commit comments