Skip to content

Commit

Permalink
fix for cimg_no_system_calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszmaximus committed Nov 17, 2023
1 parent 9773947 commit ef8dfca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CImg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ef8dfca

Please sign in to comment.