Enable gcc wall and werror.
This commit is contained in:
parent
990cde402b
commit
3fad113178
64 changed files with 347 additions and 314 deletions
|
@ -1,8 +1,9 @@
|
|||
#include "Terminal.h"
|
||||
|
||||
Terminal::Terminal(TerminalType type, const std::string& label)
|
||||
: mType(type),
|
||||
mLabel(label)
|
||||
: mLabel(label),
|
||||
mType(type)
|
||||
|
||||
{
|
||||
|
||||
}
|
||||
|
@ -15,4 +16,4 @@ Wire* Terminal::getConnection() const
|
|||
void Terminal::setConnection(Wire* connection)
|
||||
{
|
||||
mConnection = connection;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue