From a2fd9ef2d0388b7f471d31cea948579d4ff9fecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Wed, 25 Oct 2017 16:45:12 +0200 Subject: [PATCH] PreflightCheck: use correct type for params (int -> int32_t) --- src/modules/commander/PreflightCheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/commander/PreflightCheck.cpp b/src/modules/commander/PreflightCheck.cpp index 01b5c5cb20..72b769c9f4 100644 --- a/src/modules/commander/PreflightCheck.cpp +++ b/src/modules/commander/PreflightCheck.cpp @@ -103,7 +103,7 @@ static int check_calibration(DevHandle &h, const char *param_template, int &devi } /* if param get succeeds */ - int calibration_devid; + int32_t calibration_devid; if (!param_get(parm, &(calibration_devid))) {