Remote -w451 flag -- not available in all versions of gcc

master
Michael Black W9MDB 2025-02-18 09:10:26 -06:00
rodzic 84c656edd1
commit 98a0184680
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -4,7 +4,7 @@
# #
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/include -I$(top_srcdir)/bindings \ AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/include -I$(top_srcdir)/bindings \
$(TCL_INCLUDE_SPEC) $(PYTHON_CPPFLAGS) -w451 $(TCL_INCLUDE_SPEC) $(PYTHON_CPPFLAGS)
AM_CFLAGS = @AM_CPPFLAGS@ -fno-strict-aliasing AM_CFLAGS = @AM_CPPFLAGS@ -fno-strict-aliasing
AM_CXXFLAGS = -O2 AM_CXXFLAGS = -O2

Wyświetl plik

@ -8769,7 +8769,7 @@ void *morse_data_handler(void *arg)
int nloops = 10; int nloops = 10;
MUTEX_LOCK(morse_mutex); // wait until the write is idle MUTEX_LOCK(morse_mutex); // wait until the write is idle
rig_lock(rig, 1); rig_lock(rig, 1);
do do
{ {
result = rig->caps->send_morse(rig, RIG_VFO_CURR, c); result = rig->caps->send_morse(rig, RIG_VFO_CURR, c);