diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-01-10 18:28:08 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-01-10 18:28:08 -0500 |
| commit | 18880d891c9c2597420ebd606784ab9381d4a367 (patch) | |
| tree | 1439997fe93d8eb94e521b5f832e039902d75844 /test/pktmr.cpp | |
| parent | 02325327fc34b25eafcf2f32f2641e53fd6e2440 (diff) | |
pk.h: -Wextra + clang compiler warnings
Diffstat (limited to 'test/pktmr.cpp')
| -rw-r--r-- | test/pktmr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pktmr.cpp b/test/pktmr.cpp index 1a5894f..899b421 100644 --- a/test/pktmr.cpp +++ b/test/pktmr.cpp @@ -11,6 +11,8 @@ int main(int argc, char *argv[]) uint64_t asdf; (void)asdf; (void)stdout; + (void)argc; + (void)argv; // timer { |
