diff options
author | foxtran <39676482+foxtran@users.noreply.github.com> | 2025-03-03 08:54:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-03 08:54:57 +0100 |
commit | 3f48d34dfffac81bc73db626438f531c5324f85b (patch) | |
tree | a2720e30982a882681693f5c3a66813b3286cab3 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 5387a77f8b82d154a98c8c2fd8bfa4b2b1ee67d9 (diff) | |
download | llvm-3f48d34dfffac81bc73db626438f531c5324f85b.zip llvm-3f48d34dfffac81bc73db626438f531c5324f85b.tar.gz llvm-3f48d34dfffac81bc73db626438f531c5324f85b.tar.bz2 |
[OpenMP][runtime] Fix comparison of integer expressions of different signedness (#128204)
This PR fixes warning which occurs if one compiles OpenMP runtime with
GCC:
```
warning: comparison of integer expressions of different signedness: 'kmp_intptr_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare]
```
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions