Updated warning options for GCC; fixed new warnings.
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
};
|
||||
inline void AddPoint(float x, float y, float r)
|
||||
{
|
||||
DefTrackPoint p = {x,y,r,0};
|
||||
DefTrackPoint p = {x,y,r,0,0,0};
|
||||
int Num = GetPointNum();
|
||||
|
||||
if(Num > 0)
|
||||
|
Reference in New Issue
Block a user