diff options
author | Matthew Gregan <[email protected]> | 2016-08-23 13:20:54 +1200 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2016-08-23 13:20:54 +1200 |
commit | a1f417334b19216eb09f5a1cd4cb9deea0fd231e (patch) | |
tree | 74e036d68cf0203ae7d75e3ab18ea577c7643de7 /test/test_latency.cpp | |
parent | e954594a0de13e190768619d34d6fb106bbc8f53 (diff) | |
download | cubeb-a1f417334b19216eb09f5a1cd4cb9deea0fd231e.tar.gz cubeb-a1f417334b19216eb09f5a1cd4cb9deea0fd231e.zip |
test: Fix unused parameter warnings.
Diffstat (limited to 'test/test_latency.cpp')
-rw-r--r-- | test/test_latency.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_latency.cpp b/test/test_latency.cpp index 558ef95..0586b1a 100644 --- a/test/test_latency.cpp +++ b/test/test_latency.cpp @@ -11,7 +11,7 @@ #define LOG(msg) fprintf(stderr, "%s\n", msg); -int main(int argc, char * argv[]) +int main(int /*argc*/, char * /*argv*/[]) { #ifdef CUBEB_GECKO_BUILD ScopedXPCOM xpcom("test_latency"); |