Unverified Commit 79b11376 authored by Leandro Lupori's avatar Leandro Lupori Committed by GitHub
Browse files

[flang] Fix build on Darwin after #92571 (#94327)

flang/runtime/time-intrinsic.cpp:403:19: error: comparison of
integers of different signs: 'clock_t' (aka 'unsigned long') and
'int' [-Werror,-Wsign-compare]
  if (times(&tms) != -1) {
parent 9760be02
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment