Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Nov 2012 23:30:31 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 219787 for review
Message-ID:  <201211142330.qAENUVPv025774@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@219787?ac=10

Change 219787 by brooks@brooks_zenith on 2012/11/14 23:30:19

	Increase WARNS level to 4, fix one warning.

Affected files ...

.. //depot/projects/ctsrd/cheribsd/src/ctsrd/libexec/readpng-cheri/Makefile#2 edit
.. //depot/projects/ctsrd/cheribsd/src/ctsrd/libexec/readpng-cheri/include/lib.h#2 edit

Differences ...

==== //depot/projects/ctsrd/cheribsd/src/ctsrd/libexec/readpng-cheri/Makefile#2 (text+ko) ====

@@ -34,6 +34,8 @@
 
 NO_SHARED=	yes
 
+WARNS=4
+
 #
 # For libc files!
 #

==== //depot/projects/ctsrd/cheribsd/src/ctsrd/libexec/readpng-cheri/include/lib.h#2 (text+ko) ====

@@ -80,7 +80,7 @@
 void		user_fb_puthword(void *framebufferp, u_int x, u_int y,
 		    uint16_t h);
 
-uint32_t	user_ts_get_pixel();	
+uint32_t	user_ts_get_pixel(void);
 
 /*
  * Simulator routines.



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