]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - linux/src/tests/MessageQBench.c
tests: Cleanup for observed compiler warnings
[ipc/ipcdev.git] / linux / src / tests / MessageQBench.c
index 27edff998551a2b01eb33cead14c6d9062adc4ec..5cec1725c8ecdad242f9a8aa0c8eb253c05c7b21 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 Texas Instruments Incorporated - http://www.ti.com
+ * Copyright (c) 2012-2018 Texas Instruments Incorporated - http://www.ti.com
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -228,7 +228,7 @@ int main (int argc, char * argv[])
     if (argc > 4) {
         printf("Usage: %s [<numLoops>] [<payloadSize>] [<ProcId>]\n", argv[0]);
         printf("\tDefaults: numLoops: %d; payloadSize: %d, ProcId: %d\n",
-                   NUM_LOOPS_DFLT, MINPAYLOADSIZE, PROC_ID_DFLT);
+                   NUM_LOOPS_DFLT, (int)MINPAYLOADSIZE, PROC_ID_DFLT);
         exit(0);
     }