Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 1998 16:53:47 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        FreeBSD-current@FreeBSD.ORG, grog@lemis.com
Subject:   Re: /sys/device.h: warning: 1 trigraph(s) encountered
Message-ID:  <199805190653.QAA01824@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>Anybody seen the message
>
>  /sys/device.h: warning: 1 trigraph(s) encountered
>
>in recent builds?  It comes from a comment:
>
>      DV_TTY                  /* serial line interface (???) */
>
>The ??? have the form of a trigraph, but for some reason the compiler
>complains about them though they're in a comment.  I suppose it's a
>compiler bug, but the comment itself doesn't make any sense.  Who's
>for fixing the comment?

It should never be seen because <sys/device.h> should never be used
(it goes with BSD4.4's "new" config, which we don't use).  The warning
is only given if the nonstandard option -Wall is in CFLAGS.

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805190653.QAA01824>