1# $NetBSD: opt-warnings-as-errors.mk,v 1.3 2020/08/23 14:28:04 rillig Exp $ 2# 3# Tests for the -W command line option, which turns warnings into errors. 4 5.warning message 1 6.warning message 2 7 8_!= echo 'parsing continues' 1>&2 9 10all: 11 @:; 12