From db854ab8e029310471d971990da2eae46f76bc46 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Fri, 4 Oct 2024 15:36:50 -0500 Subject: [PATCH] Add initializer-overrides to Makefile --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 398b1f812..f191a4f69 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,4 +30,4 @@ DIST_SUBDIRS = macros include lib src c++ bindings tests doc android scripts rot # Install any third party macros into our tree for distribution ACLOCAL_AMFLAGS = -I macros --install -AM_CFLAGS=-D_TIME_BITS=64 +AM_CFLAGS=-D_TIME_BITS=64 -Winitializer-overrides