diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2007-05-02 15:23:14 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2007-05-02 15:23:14 -0700 |
commit | c511debc07e96e66335cfa82f1db8207ff5bb690 (patch) | |
tree | 3c239380f74441eaadc18e0a4672c14be6c066aa /src/riva_hw.c | |
parent | 100d7c7393eda92e5b26ac4f4cc33a8dce86c364 (diff) |
Fix some harmless warnings.
Diffstat (limited to 'src/riva_hw.c')
-rw-r--r-- | src/riva_hw.c | 2 |
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. */ |