Eliminats warnings que nomes es veuen al compilar en macos/linux

This commit is contained in:
2024-10-27 17:45:49 +01:00
parent 759adbf6fd
commit b90ac65cfc
5 changed files with 18 additions and 21 deletions

View File

@@ -20,7 +20,9 @@ private:
// Objetos y punteros
SDL_Window *window_; // La ventana donde dibujamos
SDL_Renderer *renderer_; // El renderizador de la ventana
#ifndef VERBOSE
std::streambuf *orig_buf; // Puntero al buffer de flujo original para restaurar std::cout
#endif
// Variables
std::string executable_path_; // Path del ejecutable