On Tuesday 05 January 2016, Mike Jackson wrote:
> We just switched up to Qt 5.5.1 for our project and now we are getting the
> following warnings through out our code base:
> 
> 
> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1303)
> : warning C4005: 'M_2_SQRTPI' : macro redefinition
> C:\DREAM3D_SDK\Qt5.5.1\5.5\msvc2013_64\include\QtCore\qmath.h(176) : see
> previous definition of ‘M_2_SQRTPI'
> 
Include cmath instead, or include math.h before qmath.h

`Allan
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to