]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - linux/src/tests/ping_rpmsg.c
Linux: Fix a few build warnings
[ipc/ipcdev.git] / linux / src / tests / ping_rpmsg.c
index 740f614bb579f812243b70b53543566c06450ee4..b6e9e3837abfcbf780d1bfe4622f5d90e731de16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2013, Texas Instruments Incorporated
+ * Copyright (c) 2012-2014, Texas Instruments Incorporated
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -69,7 +69,6 @@ long diff(struct timespec start, struct timespec end)
 
 int main (int argc, char ** argv)
 {
-    int status = 0;
     unsigned int numLoops = NUM_LOOPS_DFLT;
     short coreId = CORE_ID_DFLT;
     int sock, err;