Skip to content

Commit 99f34ab

Browse files
committed
Temporary fix for dyncall build failure
See parrot/parrot#735
1 parent fdec156 commit 99f34ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

3rdparty/dyncall/GNUmakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2020
#
2121

22+
# FIXME: workaround for Parrot issue #735
23+
CFLAGS := $(CFLAGS) -w
24+
2225
TOP = .
2326
GMAKE_TOP ?= $(TOP)/buildsys/gmake
2427
include $(GMAKE_TOP)/prolog.gmake

0 commit comments

Comments
 (0)