Skip to content

Commit 84bc8f0

Browse files
committed
fix long lines
1 parent 6773fd1 commit 84bc8f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_llvm/llvm-wrapper/SuppressLLVMWarnings.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
// to diagnose real problems when working on C++ code, so we suppress them.
66

77
#ifdef _MSC_VER
8-
#pragma warning(disable:4530) // C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
8+
#pragma warning(disable:4530) // C++ exception handler used, but unwind semantics are not enabled.
99
#pragma warning(disable:4624) // 'xxx': destructor was implicitly defined as deleted
10-
#pragma warning(disable:4244) // 'initializing': conversion from 'xxx' to 'yyy', possible loss of data
10+
#pragma warning(disable:4244) // conversion from 'xxx' to 'yyy', possible loss of data
1111
#endif
1212

1313
#endif // _rustc_llvm_SuppressLLVMWarnings_h

0 commit comments

Comments
 (0)