diff --git a/selfdrive/camerad/main.cc b/selfdrive/camerad/main.cc index f06bd341df..cf639264c0 100644 --- a/selfdrive/camerad/main.cc +++ b/selfdrive/camerad/main.cc @@ -65,4 +65,5 @@ int main(int argc, char *argv[]) { party(device_id, context); CL_CHECK(clReleaseContext(context)); + return 0; }