From b1431f631727b46df8c9b8698db7f8dfdf497b0e Mon Sep 17 00:00:00 2001
From: shakemid <k-cima@kendama.asia>
Date: Tue, 4 Jun 2019 21:29:01 +0900
Subject: [PATCH] fix for gcc warnings

---
 pcsensor.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pcsensor.c b/pcsensor.c
index dbebc3d..1dc82a9 100644
--- a/pcsensor.c
+++ b/pcsensor.c
@@ -86,8 +86,8 @@ const static int endpoint_Int_in=0x82; /* endpoint 0x81 address for IN */
 const static int timeout=5000; /* timeout in ms */
 
 const static char uTemperature[] = { 0x01, 0x80, 0x33, 0x01, 0x00, 0x00, 0x00, 0x00 };
-const static char uIni1[] = { 0x01, 0x82, 0x77, 0x01, 0x00, 0x00, 0x00, 0x00 };
-const static char uIni2[] = { 0x01, 0x86, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00 };
+//const static char uIni1[] = { 0x01, 0x82, 0x77, 0x01, 0x00, 0x00, 0x00, 0x00 };
+//const static char uIni2[] = { 0x01, 0x86, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00 };
 
 static int bsalir=1;
 static int debug=0;