Skip to content

libcheck: fix macos werror build

Matthew Waters requested to merge ystreet/gstreamer:macos-werror1 into master
../libs/gst/check/libcheck/check.c:617:15: error: result of comparison of constant 4294967295 with expression of type 'clockid_t' is always false [-Werror,-Wtautological-constant-out-of-range-compare]
  if (clockid == -1) {
      ~~~~~~~ ^  ~~

Merge request reports