git-svn-id: svn://db.shs.com.ru/pip@357 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-04-14 12:50:40 +00:00
parent 58134952be
commit ff30a48093
2 changed files with 5 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ if(FFTW)
add_definitions(-DPIP_FFTW_THREADSAFE)
list(APPEND LIBS fftw3_threads fftw3f_threads)
else()
message(WARNING "Building fftw3 without threadsafe")
message(WARNING "WARNING PIFFTW::preparePlan was not threadsafe")
endif()
endif()
else()

View File

@@ -22,12 +22,15 @@
# include <winbase.h>
#else
# include <sys/wait.h>
# include <sys/types>
# include <csignal>
#endif
#ifdef MAC_OS
# include <crt_externs.h>
#endif
#ifdef CC_GCC
# include <unistd.h>
#endif
PIProcess::PIProcess(): PIThread() {
exit_code = -1;