commit | 8685b17ab14a187eae08399153b9ec6bace2ab9b | [log] [tgz] |
---|---|---|
author | Zhikui Ren <zhikui.ren@intel.com> | Tue Jun 29 15:16:52 2021 -0700 |
committer | Zhikui Ren <zhikui.ren@intel.com> | Tue Jun 29 15:20:37 2021 -0700 |
tree | 471adf88fda1ab5737b4981d475cca9a611aa03d | |
parent | 18fffd3d4d426ad84059a1e474665a0e31926f5f [diff] [blame] |
fix klockwork issues Add return 0 for int main() Signed-off-by: Zhikui Ren <zhikui.ren@intel.com> Change-Id: I4ff6ef571827b17b89ed653c420e7f9964ab42f5
diff --git a/src/ExitAirTempSensor.cpp b/src/ExitAirTempSensor.cpp index 1cd55b8..c0aae42 100644 --- a/src/ExitAirTempSensor.cpp +++ b/src/ExitAirTempSensor.cpp
@@ -1002,4 +1002,5 @@ } io.run(); + return 0; }