aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-31 09:38:46 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-31 09:38:46 +0100
commit21b7a518597ebefe357fcf0967a20ba450481826 (patch)
tree15cce6d1f8b9c9221d706a72cd3dc0aaf24b82b0 /src
parentb51ec5a4bae7e78cf542b682907917975d4740c6 (diff)
parent64cfcc6cf0c9d4a3987748a09501d5a5495bd59e (diff)
Merge branch 'census-placeholders' into make-ruby-installable
Diffstat (limited to 'src')
-rw-r--r--src/core/census/placeholders.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/census/placeholders.c b/src/core/census/placeholders.c
index 4f6d9f6303..0868df9d3c 100644
--- a/src/core/census/placeholders.c
+++ b/src/core/census/placeholders.c
@@ -41,7 +41,7 @@ census_tag_set *census_context_tag_set(census_context *context) {
}
int census_get_trace_record(census_trace_record *trace_record) {
- (void)trace_record);
+ (void)trace_record;
abort();
}