shithub: opus

Download patch

ref: 9efa0eac04e44f399e2696eadd4abab0a0ee86a8
parent: 09f7f82ca62818509e86ab54887932fc4e833078
author: Jean-Marc Valin <jmvalin@jmvalin.ca>
date: Mon Apr 17 19:07:02 EDT 2023

Avoid "ISO C forbids an empty translation unit"

Add dummy typedef to avoid the warning

--- a/silk/debug.c
+++ b/silk/debug.c
@@ -29,6 +29,8 @@
 #include "config.h"
 #endif
 
+typedef int _prevent_empty_translation_unit_warning;
+
 #include "debug.h"
 
 #if SILK_DEBUG || SILK_TIC_TOC