Skip to content

Commit 3a245ca

Browse files
wawrzynpatrycjaigcbot
authored andcommitted
Changes in code.
1 parent 856fb07 commit 3a245ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: IGC/common/LLVMWarningsPush.hpp

+3
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ SPDX-License-Identifier: MIT
115115
// cast truncates constatnt value
116116
# pragma warning( disable : 4310 )
117117

118+
// unreachable code
119+
# pragma warning( disable : 4702 )
120+
118121
#endif
119122

120123
#ifdef _WIN64

0 commit comments

Comments
 (0)