Skip to content

Commit

Permalink
Rename fallthrough to warning_macros
Browse files Browse the repository at this point in the history
  • Loading branch information
cshung committed Mar 28, 2024
1 parent b383841 commit 5d0404a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/coreclr/gc/unix/gcenv.unix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define __has_cpp_attribute(x) (0)
#endif

#include "../../inc/fallthrough.h"
#include "../../inc/warning_macros.h"

#include <algorithm>

Expand Down
2 changes: 1 addition & 1 deletion src/coreclr/gc/vxsort/vxsort.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#endif
#endif

#include "../../inc/fallthrough.h"
#include "../../inc/warning_macros.h"
#include <assert.h>
#include <immintrin.h>

Expand Down
2 changes: 1 addition & 1 deletion src/coreclr/inc/palclr_win.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@
typedef HMODULE NATIVE_LIBRARY_HANDLE;
#endif // HOST_WINDOWS

#include "fallthrough.h"
#include "warning_macros.h"

#endif // __PALCLR_WIN_H__
File renamed without changes.
2 changes: 1 addition & 1 deletion src/coreclr/pal/inc/pal.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ extern bool g_arm64_atomics_present;
#define __has_cpp_attribute(x) (0)
#endif

#include "../../inc/fallthrough.h"
#include "../../inc/warning_macros.h"

#ifndef PAL_STDCPP_COMPAT

Expand Down
2 changes: 1 addition & 1 deletion src/coreclr/pal/src/include/pal/palinternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ const char StackOverflowMessage[] = "Stack overflow.\n";

#endif // __cplusplus

#include "../../../../inc/fallthrough.h"
#include "../../../../inc/warning_macros.h"

DWORD PALAPI GetCurrentSessionId();

Expand Down

0 comments on commit 5d0404a

Please sign in to comment.