[OPENMP]Fix PR48387: disable warning messages caused by internal conversions.
Compiler needs to convert some of the loop iteration variables/conditions to different types for better codegen and it may lead to spurious warning messages about implicit signed/unsigned conversions. Differential Revision: https://reviews.llvm.org/D92655
Loading
Please sign in to comment