Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
d6cee242
Commit
d6cee242
authored
May 24, 2015
by
Fabio Bas
Browse files
Another gcc warning-as error removal
parent
21155ce5
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/remoteclient.cpp
View file @
d6cee242
...
...
@@ -162,7 +162,6 @@ void RemoteClient::registerResponse(const Response &response)
void
RemoteClient
::
activateResponse
(
const
Response
&
response
)
{
const
Response_Activate
&
resp
=
response
.
GetExtension
(
Response_Activate
::
ext
);
if
(
response
.
response_code
()
==
Response
::
RespActivationAccepted
)
{
emit
activateAccepted
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment