From ef8dfcaede729109e8e402f4463f9ffd4787d562 Mon Sep 17 00:00:00 2001 From: mariuszmaximus Date: Fri, 17 Nov 2023 23:15:40 +0100 Subject: [PATCH] fix for cimg_no_system_calls --- CImg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/CImg.h b/CImg.h index 7e7ac873..3572b341 100644 --- a/CImg.h +++ b/CImg.h @@ -5786,6 +5786,7 @@ namespace cimg_library { inline int system(const char *const command, const char *const module_name=0, const bool is_verbose=false) { cimg::unused(module_name); #ifdef cimg_no_system_calls + cimg::unused(command,is_verbose); return -1; #else