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 was 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) {
Experimenting with building bits of centipede with Chromium, which uses
-Wsign-compare