From 46b2918584a66d420fed01c498d4982be25b8100 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Tue, 7 Jan 2014 19:37:55 -0800 Subject: [PATCH] Fix -Wsign-compare and -Wtype-limits --- src/comm/QGCJSBSimLink.cc | 3 +-- src/ui/MAVLinkDecoder.cc | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/comm/QGCJSBSimLink.cc b/src/comm/QGCJSBSimLink.cc index 8f0f23084..c50e517e2 100644 --- a/src/comm/QGCJSBSimLink.cc +++ b/src/comm/QGCJSBSimLink.cc @@ -241,8 +241,7 @@ void QGCJSBSimLink::readBytes() // Echo data for debugging purposes std::cerr << __FILE__ << __LINE__ << "Received datagram:" << std::endl; - int i; - for (i=0; i