aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_latency.cpp
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2016-08-23 13:20:54 +1200
committerMatthew Gregan <[email protected]>2016-08-23 13:20:54 +1200
commita1f417334b19216eb09f5a1cd4cb9deea0fd231e (patch)
tree74e036d68cf0203ae7d75e3ab18ea577c7643de7 /test/test_latency.cpp
parente954594a0de13e190768619d34d6fb106bbc8f53 (diff)
downloadcubeb-a1f417334b19216eb09f5a1cd4cb9deea0fd231e.tar.gz
cubeb-a1f417334b19216eb09f5a1cd4cb9deea0fd231e.zip
test: Fix unused parameter warnings.
Diffstat (limited to 'test/test_latency.cpp')
-rw-r--r--test/test_latency.cpp2
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");