Ver código fonte

bootmanager: Return value in impossible case

The setting is ranged, so this return statement is unreachable.
But GCC can't tell I guess.
lat9nq 3 anos atrás
pai
commit
29a56496bf
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/yuzu/bootmanager.cpp

+ 1 - 0
src/yuzu/bootmanager.cpp

@@ -163,6 +163,7 @@ public:
             case Settings::VSyncMode::Mailbox:
             case Settings::VSyncMode::Mailbox:
                 return 2;
                 return 2;
             }
             }
+            return 0;
         }();
         }();
 
 
         format.setSwapInterval(main_surface ? swap_interval : 0);
         format.setSwapInterval(main_surface ? swap_interval : 0);