=== modified file 'pcbnew/router/direction.h'
--- pcbnew/router/direction.h	2014-06-05 10:40:26 +0000
+++ pcbnew/router/direction.h	2014-06-05 13:42:39 +0000
@@ -65,7 +65,7 @@
         ANG_UNDEFINED   = 0x20
     };
 
-    DIRECTION_45( Directions aDir = UNDEFINED ) : m_dir( aDir ) {};
+    DIRECTION_45( Directions aDir = UNDEFINED ) : m_dir( aDir ) {}
 
     /**
      * Constructor

=== modified file 'pcbnew/router/pns_shove.cpp'
--- pcbnew/router/pns_shove.cpp	2014-06-05 10:40:26 +0000
+++ pcbnew/router/pns_shove.cpp	2014-11-11 14:17:26 +0000
@@ -756,7 +756,7 @@
 {
     PNS_LINE* currentLine = m_lineStack.back();
     PNS_NODE::OPT_OBSTACLE nearest;
-    SHOVE_STATUS st;
+    SHOVE_STATUS st = SH_NULL;
     
     PNS_ITEM::PnsKind search_order[] = { PNS_ITEM::SOLID, PNS_ITEM::VIA, PNS_ITEM::SEGMENT };
         

=== modified file 'utils/idftools/vrml_layer.cpp'
--- utils/idftools/vrml_layer.cpp	2014-08-12 16:03:50 +0000
+++ utils/idftools/vrml_layer.cpp	2014-08-24 12:53:57 +0000
@@ -848,7 +848,7 @@
         std::ostringstream ostr;
         ostr << "Tesselate():FAILED: " << holes->GetError();
         error = ostr.str();
-        return NULL;
+        return false;
     }
 
     if( Fault )

=== modified file 'utils/idftools/vrml_layer.h'
--- utils/idftools/vrml_layer.h	2014-06-16 12:02:15 +0000
+++ utils/idftools/vrml_layer.h	2014-06-16 21:24:24 +0000
@@ -62,7 +62,6 @@
 #define M_PI4 ( M_PI / 4.0 )
 #endif
 
-struct GLUtesselator;
 
 struct VERTEX_3D
 {

