eliminat un warning en systemes unix
This commit is contained in:
@@ -62,11 +62,8 @@ bool StageManager::loadStagesFromFile(const std::string& filename) {
|
||||
}
|
||||
|
||||
std::string line;
|
||||
int line_number = 0;
|
||||
|
||||
while (std::getline(file, line)) {
|
||||
line_number++;
|
||||
|
||||
// Ignorar líneas vacías y comentarios (líneas que empiezan con #)
|
||||
if (line.empty() || line[0] == '#') {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user