diff vidix/nvidia_vid.c @ 34492:1495455e6d22

Move static keyword to the beginning of function declarations. This fixes a number of warnings with -Wextra.
author diego
date Thu, 19 Jan 2012 14:36:15 +0000
parents 32725ca88fed
children 945eab072c9d
line wrap: on
line diff
--- a/vidix/nvidia_vid.c	Thu Jan 19 14:36:11 2012 +0000
+++ b/vidix/nvidia_vid.c	Thu Jan 19 14:36:15 2012 +0000
@@ -982,7 +982,7 @@
     return 0;
 }
 
-inline static int is_supported_fourcc(uint32_t fourcc)
+static inline int is_supported_fourcc(uint32_t fourcc)
 {
 	if	(fourcc == IMGFMT_UYVY || fourcc == IMGFMT_YUY2)
 		return 1;