summaryrefslogtreecommitdiff
path: root/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'stat.c')
-rw-r--r--stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stat.c b/stat.c
index 111812f..c076da0 100644
--- a/stat.c
+++ b/stat.c
@@ -84,7 +84,7 @@ void otap_stat_free(otap_stat_t* file) {
}
void otap_stat_print(otap_stat_t* file) {
-
+ (void)file;
}
otap_stat_t* otap_stat_entry(otap_stat_t* file, uint32_t entry) {