Skip to content

Commit

Permalink
+ suppress kdl related warnings with msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Oct 15, 2015
1 parent 52d5b8a commit 2e6c94f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Mod/Robot/App/kdl_cp/utilities/utility.h
Expand Up @@ -81,6 +81,10 @@ namespace KDL {
#ifndef __GNUC__
//only real solution : get Rall1d and varia out of namespaces.
#pragma warning (disable:4786)
#pragma warning (disable:4244)
#pragma warning (disable:4267)
#pragma warning (disable:4800)
#pragma warning (disable:4996)

inline double sin(double a) {
return ::sin(a);
Expand Down

0 comments on commit 2e6c94f

Please sign in to comment.