]> Creatis software - clitk.git/commitdiff
Remove setmode definition since it was not used and it prevents
authorSimon Rit <simon.rit@creatis.insa-lyon.fr>
Fri, 3 Jan 2014 18:27:28 +0000 (19:27 +0100)
committerSimon Rit <simon.rit@creatis.insa-lyon.fr>
Fri, 3 Jan 2014 18:27:28 +0000 (19:27 +0100)
compilation on MacOS

common/clitkXdrImageIOWriter.cxx

index fc75976b7feff9dfd92ed58e2f6008b1a0d7d709..19567aaec1c58ac98895460d945fa6c5f71e0f77 100644 (file)
@@ -41,7 +41,6 @@
 //From portdefs.h
 #if defined(unix) || defined(__APPLE__)
 #define O_BINARY 0
-#define setmode(a,b) 0
 #endif
 
 #ifndef __LARGE__