Skip to content

Commit

Permalink
Merge pull request #401 from mariuszmaximus/master
Browse files Browse the repository at this point in the history
fix for cimg_no_system_calls
  • Loading branch information
dtschump authored Nov 18, 2023
2 parents 9773947 + ef8dfca commit 00a91bd
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 00a91bd

Please sign in to comment.