aboutsummaryrefslogtreecommitdiffstats
path: root/echld/echld_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'echld/echld_common.c')
-rw-r--r--echld/echld_common.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/echld/echld_common.c b/echld/echld_common.c
index 74846baf9c..c078af5fd7 100644
--- a/echld/echld_common.c
+++ b/echld/echld_common.c
@@ -722,3 +722,9 @@ extern void dummy_switch(echld_msg_type_t type) {
case EC_ACTUAL_ERROR: break;
}
}
+
+static void* unused = int_deca;
+
+extern void unused_things(void) {
+ unused = NULL;
+}