aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/opt-warnings-as-errors.mk
blob: 2302dd4794b53c2487e3424609e177c9e33b4fc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: opt-warnings-as-errors.mk,v 1.4 2020/11/09 20:50:56 rillig Exp $
#
# Tests for the -W command line option, which turns warnings into errors.

.MAKEFLAGS: -W

.warning message 1
.warning message 2

_!=	echo 'parsing continues' 1>&2

all:
	@:;