forked from qt-creator/qt-creator
Removed stray tokens and fixed warnings/errors when compiling with pedantic C++ compilers.
This commit is contained in:
@@ -100,7 +100,7 @@ public:
|
||||
Invalid,
|
||||
Const,
|
||||
Tuple,
|
||||
List,
|
||||
List
|
||||
};
|
||||
|
||||
Type m_type;
|
||||
@@ -152,7 +152,7 @@ enum GdbResultClass
|
||||
GdbResultRunning,
|
||||
GdbResultConnected,
|
||||
GdbResultError,
|
||||
GdbResultExit,
|
||||
GdbResultExit
|
||||
};
|
||||
|
||||
class GdbResponse
|
||||
|
||||
Reference in New Issue
Block a user