Skip to content
Snippets Groups Projects
Commit 3492f3a7 authored by Oliver Sander's avatar Oliver Sander
Browse files

make sure the error message is quoted

[[Imported from SVN: r6805]]
parent 88d640d1
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@
*/
#define DUNE_DEPRECATED_MSG(text) DUNE_DEPRECATED
#else // defined(HAS_ATTRIBUTE_DEPRECATED_MSG)
#define DUNE_DEPRECATED_MSG(text) __attribute__((deprecated(text)))
#define DUNE_DEPRECATED_MSG(text) __attribute__((deprecated(# text)))
#endif
//! @}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment