diff options
| author | martin <martin@NetBSD.org> | 2013-09-15 15:56:07 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2013-09-15 15:56:07 +0000 |
| commit | 64d12495f3e29a6764bdbf7900b4cec54c07022f (patch) | |
| tree | 66ace7820d00b9897e4997f5ea57ffd132b3288b /sys/dev/videomode | |
| parent | 1288f126f41b3a445a9fb5ab570a4166b1a7d7f3 (diff) | |
Mark potentially unused variables
Diffstat (limited to 'sys/dev/videomode')
| -rw-r--r-- | sys/dev/videomode/vesagtf.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/videomode/vesagtf.c b/sys/dev/videomode/vesagtf.c index 70c012230e0..404c6c031f6 100644 --- a/sys/dev/videomode/vesagtf.c +++ b/sys/dev/videomode/vesagtf.c @@ -1,4 +1,4 @@ -/* $NetBSD: vesagtf.c,v 1.1 2006/05/11 01:49:53 gdamore Exp $ */ +/* $NetBSD: vesagtf.c,v 1.2 2013/09/15 15:56:07 martin Exp $ */ /*- * Copyright (c) 2006 Itronix Inc. @@ -153,7 +153,7 @@ #ifdef _KERNEL #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: vesagtf.c,v 1.1 2006/05/11 01:49:53 gdamore Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vesagtf.c,v 1.2 2013/09/15 15:56:07 martin Exp $"); #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> @@ -226,12 +226,12 @@ vesagtf_mode_params(unsigned h_pixels, unsigned v_lines, unsigned freq, unsigned interlace; uint64_t h_period_est; unsigned vsync_plus_bp; - unsigned v_back_porch; + unsigned v_back_porch __unused; unsigned total_v_lines; uint64_t v_field_est; uint64_t h_period; unsigned v_field_rate; - unsigned v_frame_rate; + unsigned v_frame_rate __unused; unsigned left_margin; unsigned right_margin; unsigned total_active_pixels; |
