Skip to content
Snippets Groups Projects
Forked from Sven M. Hallberg / hammer
Loading
  • Steven Dee's avatar
    f2434d5b
    Move backend names into src/benchmark.c · f2434d5b
    Steven Dee authored
    It's causing unreferenced-variable warnings, and isn't referenced
    anywhere aside from benchmark.c. If client code is likely to reference
    it, perhaps move it into another header, so people who include hammer.h
    don't have to refer to it to have warning-free code.
    f2434d5b
    History
    Move backend names into src/benchmark.c
    Steven Dee authored
    It's causing unreferenced-variable warnings, and isn't referenced
    anywhere aside from benchmark.c. If client code is likely to reference
    it, perhaps move it into another header, so people who include hammer.h
    don't have to refer to it to have warning-free code.