aboutsummaryrefslogtreecommitdiff
path: root/debugger/include
diff options
context:
space:
mode:
Diffstat (limited to 'debugger/include')
-rw-r--r--debugger/include/checkpoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger/include/checkpoint.h b/debugger/include/checkpoint.h
index af2d8921..cede47da 100644
--- a/debugger/include/checkpoint.h
+++ b/debugger/include/checkpoint.h
@@ -129,7 +129,7 @@ void checkpoint(checkpoint_st *c, char *file, int32_t line, char *tag);
*
*/
#define checkpoint_register(c, name) \
- __extension__ ({ \
+ __extension__({ \
(void)c; \
(void)name; \
FWK_SUCCESS; \