Changeset 9477

Show
Ignore:
Timestamp:
01/09/09 16:09:39 (20 months ago)
Author:
robert
Message:

Fixed warnings reported on CDash

Location:
OpenSceneGraph/trunk/src/osgViewer
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/src/osgViewer/GraphicsWindowWin32.cpp

    r9363 r9477  
    19781978    break; 
    19791979    case RightArrowCursor: 
    1980     _mouseCursorMap[mouseCursor] = LoadCursor( NULL, IDC_ARROW); 
     1980        _mouseCursorMap[mouseCursor] = LoadCursor( NULL, IDC_ARROW); 
    19811981        break; 
    19821982    case LeftArrowCursor: 
     
    20372037        _mouseCursorMap[mouseCursor] = LoadCursor( NULL, IDC_SIZENESW ); 
    20382038        break; 
     2039    default: 
     2040        break; 
    20392041    } 
    20402042     
     
    24462448static RegisterWindowingSystemInterfaceProxy createWindowingSystemInterfaceProxy; 
    24472449 
    2448 }; // namespace OsgViewer 
     2450} // namespace OsgViewer 
    24492451 
    24502452 
  • OpenSceneGraph/trunk/src/osgViewer/PixelBufferWin32.cpp

    r9459 r9477  
    592592    bAttribList.push_back(0); 
    593593 
    594     HGLRC hglrc = 0; 
    595594    HDC hdc = 0; 
    596595    int format;