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
12e20030
Commit
12e20030
authored
Jul 09, 2016
by
Dave Moxey
Browse files
Fix compiler warning again
parent
6a5f1afe
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/LibUtilities/Communication/CommDataType.cpp
View file @
12e20030
...
...
@@ -79,7 +79,7 @@ int CommDataTypeGetSize(CommDataType dt)
default:
ASSERTL0
(
false
,
"Unrecognised datatype!"
);
}
return
sizeof
(
void
);
return
sizeof
(
int
);
#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