Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
6a5f1afe
Commit
6a5f1afe
authored
Jul 09, 2016
by
Dave Moxey
Browse files
Fix compiler warning
parent
2a8932c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/LibUtilities/Communication/CommDataType.cpp
View file @
6a5f1afe
...
...
@@ -79,6 +79,7 @@ int CommDataTypeGetSize(CommDataType dt)
default:
ASSERTL0
(
false
,
"Unrecognised datatype!"
);
}
return
sizeof
(
void
);
#endif
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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