Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
CoMISo
Commits
a5c5972e
Commit
a5c5972e
authored
Nov 19, 2018
by
Andreas Fabri
Browse files
Suppress warnings concerning gmm.h and perform some static_cast
parent
cea5978d
Changes
21
Show whitespace changes
Inline
Side-by-side
Utils/gmm.h
0 → 100644
View file @
a5c5972e
#if defined(_MSC_VER)
#pragma warning (push)
#pragma warning (disable: 4477)
#endif
#include <gmm/gmm.h>
#if defined(_MSC_VER)
#pragma warning (pop)
#endif
Prev
1
2
Next
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