PlatformLab / HomaModule

A Linux kernel module that implements the Homa transport protocol.
175 stars 43 forks source link

__attribute__((unused)) for used variables #57

Closed amjal closed 6 months ago

amjal commented 6 months ago

argc and argv are used in the test_harness_run function body. The unused attributes here seem to be leftover from previous builds? It's a little confusing to me.

johnousterhout commented 6 months ago

Yep, those are stale. I just removed them. Thanks for reporting.