Skip to content
Snippets Groups Projects
Commit 3f3a43ca authored by Christian Engwer's avatar Christian Engwer
Browse files

make sure the error message is quoted

[[Imported from SVN: r6798]]
parent 11431e7d
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
*/ */
#define DUNE_DEPRECATED_MSG(text) DUNE_DEPRECATED #define DUNE_DEPRECATED_MSG(text) DUNE_DEPRECATED
#else // defined(HAS_ATTRIBUTE_DEPRECATED_MSG) #else // defined(HAS_ATTRIBUTE_DEPRECATED_MSG)
#define DUNE_DEPRECATED_MSG(text) __attribute__((deprecated(text))) #define DUNE_DEPRECATED_MSG(text) __attribute__((deprecated(# text)))
#endif #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