Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
Gauthier Quesnel
irritator
Commits
9f461973
Commit
9f461973
authored
Mar 17, 2020
by
Gauthier Quesnel
Browse files
NDEBUG: fix irt_breakpoint macro
parent
0c5ea1f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/include/irritator/core.hpp
View file @
9f461973
...
...
@@ -117,7 +117,7 @@ is_not_enough_memory(status s) noexcept
# define irt_breakpoint() do { raise (SIGTRAP); } while(0)
#endif
/* __i386__ */
#else
# define irt_breakpoint() do {
(void);
} while(0)
# define irt_breakpoint() do { } while(0)
#endif
inline
status
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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