PlatformLab / HomaModule

A Linux kernel module that implements the Homa transport protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

__attribute__((unused)) for used variables

amjal opened this issue · comments

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.

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