Skip to content
Snippets Groups Projects
Commit b51f1a64 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Make Sebastian's bug1831 branch build with --enable-gcc-warnings

parent a856f446
No related branches found
No related tags found
No related merge requests found
......@@ -616,8 +616,8 @@ circuit_build_times_parse_state(circuit_build_times_t *cbt,
config_line_t *line;
unsigned int i;
build_time_t *loaded_times;
circuit_build_times_init(cbt);
int err = 0;
circuit_build_times_init(cbt);
if (circuit_build_times_disabled()) {
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment