- Timestamp:
- Nov 17, 2023 6:59:15 PM (15 months ago)
- Location:
- trunk/src/VBox/Devices/Graphics
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA-cmd.cpp
r100712 r102142 298 298 SVGA_CASE_ID2STR(SVGA_3D_CMD_MAX); 299 299 SVGA_CASE_ID2STR(SVGA_3D_CMD_FUTURE_MAX); 300 #ifndef DEBUG_sunlover 301 default: break; /* Compiler warning. */ 302 #endif 300 303 } 301 304 return "UNKNOWN_3D"; … … 6226 6229 case SVGA_3D_CMD_MAX: 6227 6230 case SVGA_3D_CMD_FUTURE_MAX: 6231 #ifndef DEBUG_sunlover 6232 default: /* Compiler warning. */ 6233 #else 6228 6234 /* No 'default' case */ 6235 #endif 6229 6236 STAM_REL_COUNTER_INC(&pSvgaR3State->StatFifoUnkCmds); 6230 6237 ASSERT_GUEST_MSG_FAILED(("enmCmdId=%d\n", enmCmdId)); -
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-dx-dx11.cpp
r100157 r102142 9227 9227 break; 9228 9228 case SVGA_COTABLE_MAX: break; /* Compiler warning */ 9229 #ifndef DEBUG_sunlover 9230 default: break; /* Compiler warning. */ 9231 #endif 9229 9232 } 9230 9233 return rc; -
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-dx.cpp
r99589 r102142 2283 2283 break; 2284 2284 case SVGA_COTABLE_MAX: break; /* Compiler warning */ 2285 #ifndef DEBUG_sunlover 2286 default: break; /* Compiler warning. */ 2287 #endif 2285 2288 } 2286 2289 }
Note:
See TracChangeset
for help on using the changeset viewer.