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/nv_setup.c | |
parent | 100d7c7393eda92e5b26ac4f4cc33a8dce86c364 (diff) |
Fix some harmless warnings.
Diffstat (limited to 'src/nv_setup.c')
-rw-r--r-- | src/nv_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nv_setup.c b/src/nv_setup.c index 4009fde..71d7955 100644 --- a/src/nv_setup.c +++ b/src/nv_setup.c @@ -174,7 +174,7 @@ NVIsConnected (ScrnInfoPtr pScrn, int output) { NVPtr pNv = NVPTR(pScrn); volatile U032 *PRAMDAC = pNv->PRAMDAC0; - CARD32 reg52C, reg608, dac0_reg608; + CARD32 reg52C, reg608, dac0_reg608 = 0; Bool present; xf86DrvMsg(pScrn->scrnIndex, X_INFO, |