[all-commits] [llvm/llvm-project] 3f48d3: [OpenMP][runtime] Fix comparison of integer expres...
foxtran via All-commits
all-commits at lists.llvm.org
Sun Mar 2 23:55:19 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f48d34dfffac81bc73db626438f531c5324f85b
https://github.com/llvm/llvm-project/commit/3f48d34dfffac81bc73db626438f531c5324f85b
Author: foxtran <39676482+foxtran at users.noreply.github.com>
Date: 2025-03-03 (Mon, 03 Mar 2025)
Changed paths:
M openmp/runtime/src/kmp_taskdeps.cpp
Log Message:
-----------
[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]
```
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list