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
Elsa Gonsiorowski
codes
Commits
d5d91fd3
Commit
d5d91fd3
authored
Sep 17, 2015
by
Jonathan Jenkins
Browse files
rm deprecation msg details - doesn't mesh with older compilers
parent
a5e8b1c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
codes/model-net.h
View file @
d5d91fd3
...
...
@@ -22,7 +22,7 @@
// simple deprecation attribute hacking
#if defined(__GNUC__) || defined(__GNUG__) || defined(__clang__)
#define DEPRECATED(_msg) __attribute__((deprecated
(_msg)
))
#define DEPRECATED(_msg) __attribute__((deprecated))
#else
#define DEPRECATED(_msg)
#endif
...
...
Write
Preview
Markdown
is supported
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