aboutsummaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_spa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_spa.c')
-rw-r--r--src/backend/taler-merchant-httpd_spa.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_spa.c b/src/backend/taler-merchant-httpd_spa.c
index 4fc64042..2d97f931 100644
--- a/src/backend/taler-merchant-httpd_spa.c
+++ b/src/backend/taler-merchant-httpd_spa.c
@@ -339,6 +339,10 @@ TMH_spa_init ()
* Nicely shut down.
*/
void __attribute__ ((destructor))
+get_spa_fini (void);
+
+/* Declaration to avoid compiler warning */
+void __attribute__ ((destructor))
get_spa_fini ()
{
struct WebuiFile *w;