You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
Experimenting with building bits of centipede with Chromium, which uses -Wsign-compare
../../third_party/centipede/src/runner.cc:598:29: error: comparison of integers of different signs: 'int' and 'uint64_t' (aka 'unsigned long') [-Werror,-Wsign-compare]
rand_r(&seed) % 100 < state.run_time_flags.crossover_level) {
The text was updated successfully, but these errors were encountered:
Experimenting with building bits of centipede with Chromium, which uses
-Wsign-compare
The text was updated successfully, but these errors were encountered: