-->

Warning-In-Math-H-Line-162-Re-Nonstandard-Extensions-Used

Warning-In-Math-H-Line-162-Re-Nonstandard-Extensions-Used



Messages (17) msg207894 – Author: Tabrez Mohammed (tabrezm) Date: 2014-01-11 03:09 In pyconfig.h (line 216), there is this line: #define hypot _hypot This conflicts with the definition of _hypot that ships with VS2010 (math.h, line 161): static __inline double __CRTDECL hypot(_In_ double _X, _In_ double _Y) The result of the redefinition is that the following warning occurs during compilation …

#waLBerla’s main cmake file # # # # Contents: # # – definition of build options # # – compiler variables ( c++ standard, warnings etc. ) # # – Finding of service libraries. Required: boost, Optional: MPI, PE, METIS # # the include paths are set, and the libraries are added to variable SERVICE_LIBS # # – Subdirectory cmake lists are called # # -> src/ this folder contains all modules, each …

Advertiser