From 208127f780db039b489a5de8857440a0085abd2b Mon Sep 17 00:00:00 2001 From: Jake Hageman Date: Tue, 5 Nov 2019 15:46:26 -0500 Subject: [PATCH] Fix #37: Clean up build warnings --- Subsystems/cmdUtil/cmdUtil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Subsystems/cmdUtil/cmdUtil.c b/Subsystems/cmdUtil/cmdUtil.c index 3ab4dfe..95a1795 100644 --- a/Subsystems/cmdUtil/cmdUtil.c +++ b/Subsystems/cmdUtil/cmdUtil.c @@ -29,7 +29,7 @@ */ #include #include -#include "getopt.h" +#include #include #include #include "SendUdp.h" @@ -383,7 +383,7 @@ int main(int argc, char *argv[]) { int opt = 0; int longIndex = 0; int retStat; - short tempShort; + unsigned short tempShort; /* ** Initialize the CommandData struct