summaryrefslogtreecommitdiff
path: root/src/riva_hw.c
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2007-05-02 15:23:14 -0700
committerAaron Plattner <aplattner@nvidia.com>2007-05-02 15:23:14 -0700
commitc511debc07e96e66335cfa82f1db8207ff5bb690 (patch)
tree3c239380f74441eaadc18e0a4672c14be6c066aa /src/riva_hw.c
parent100d7c7393eda92e5b26ac4f4cc33a8dce86c364 (diff)
Fix some harmless warnings.
Diffstat (limited to 'src/riva_hw.c')
-rw-r--r--src/riva_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/riva_hw.c b/src/riva_hw.c
index 1b89264..15bef0e 100644
--- a/src/riva_hw.c
+++ b/src/riva_hw.c
@@ -659,7 +659,7 @@ static void CalcStateExt
int flags
)
{
- int pixelDepth, VClk, m, n, p;
+ int pixelDepth, VClk = 0, m = 0, n = 0, p = 0;
/*
* Save mode parameters.
*/