diff options
Diffstat (limited to 'devel/codequery/files/patch-showgraph_Utils_asrt.h')
-rw-r--r-- | devel/codequery/files/patch-showgraph_Utils_asrt.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/codequery/files/patch-showgraph_Utils_asrt.h b/devel/codequery/files/patch-showgraph_Utils_asrt.h new file mode 100644 index 000000000000..cebc67711b2f --- /dev/null +++ b/devel/codequery/files/patch-showgraph_Utils_asrt.h @@ -0,0 +1,13 @@ +--- showgraph/Utils/asrt.h.orig 2017-07-28 19:53:18 UTC ++++ showgraph/Utils/asrt.h +@@ -22,6 +22,10 @@ + #ifndef ASRT_H + #define ASRT_H + ++#ifdef assert ++# undef assert ++#endif ++ + /** + * Assert macro that works only in debug version + * @ingroup Asserts |