mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
12 lines
237 B
Makefile
12 lines
237 B
Makefile
|
|
# $NetBSD: opt-warnings-as-errors.mk,v 1.3 2020/08/23 14:28:04 rillig Exp $
|
||
|
|
#
|
||
|
|
# Tests for the -W command line option, which turns warnings into errors.
|
||
|
|
|
||
|
|
.warning message 1
|
||
|
|
.warning message 2
|
||
|
|
|
||
|
|
_!= echo 'parsing continues' 1>&2
|
||
|
|
|
||
|
|
all:
|
||
|
|
@:;
|