Skip to content

Commit 697c339

Browse files
committed
Remove unnecessary warning pragma
1 parent c58ab58 commit 697c339

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hotspot/os_cpu/windows_aarch64/bytes_windows_aarch64.inline.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,4 @@ inline u8 Bytes::swap_u8(u8 x) {
4141
return _byteswap_uint64(x);
4242
}
4343

44-
#pragma warning(default: 4035) // Enable warning 4035: no return value
45-
4644
#endif // OS_CPU_WINDOWS_AARCH64_BYTES_WINDOWS_AARCH64_INLINE_HPP

0 commit comments

Comments
 (0)