aboutsummaryrefslogtreecommitdiffstats
path: root/juniper
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-04-30 11:16:28 +0200
committerTor Egge <Tor.Egge@online.no>2021-04-30 11:16:28 +0200
commitedd73d0ba5a3cfb856f9f75e98340efc2ade556a (patch)
tree2b0dc868883e33b4e4d979191a445e2f88af0090 /juniper
parent724ae768c90eefd08ffab79d6dafc520abeacc04 (diff)
Use int for FastOS_UNIX_Application::GetOpt() return value.
Diffstat (limited to 'juniper')
-rw-r--r--juniper/src/test/testenv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/juniper/src/test/testenv.cpp b/juniper/src/test/testenv.cpp
index 2a83df13487..650bc9f2cb7 100644
--- a/juniper/src/test/testenv.cpp
+++ b/juniper/src/test/testenv.cpp
@@ -19,7 +19,7 @@ Juniper * _Juniper;
TestEnv::TestEnv(FastOS_Application* app, const char* propfile) :
_props(), _config(), _juniper(), _wordFolder()
{
- char c;
+ int c;
const char* oarg = NULL;
int oind = 1;