From bd65eb907ea111085a791be1d4f77af41f92c2f9 Mon Sep 17 00:00:00 2001 From: "Thomas Beierlein, DL1JBE" Date: Thu, 26 Jun 2008 15:23:06 +0000 Subject: [PATCH] fix for gcc warnings: dereferencing type-punned pointer will break strict-aliasing rules" git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2369 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- bindings/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/Makefile.am b/bindings/Makefile.am index e67bf1f51..8e669c231 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -12,6 +12,7 @@ SWGDEP=$(top_srcdir)/include/hamlib/rig.h $(top_srcdir)/include/hamlib/riglist.h $(top_srcdir)/include/hamlib/rotator.h $(top_srcdir)/include/hamlib/rotlist.h \ $(SWGFILES) +AM_CFLAGS = -fno-strict-aliasing ########################################## # Perl binding