PERFORCE change 219787 for review

Brooks Davis brooks at FreeBSD.org
Wed Nov 14 23:30:32 UTC 2012


http://p4web.freebsd.org/@@219787?ac=10

Change 219787 by brooks at 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.


More information about the p4-projects mailing list