mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 00:53:59 +00:00
* move warning producing statement after default switch case to within the default case * remove redundant nullptr assignment in default switch case * Update single include --------- Co-authored-by: Berscheid <1885260+pantor@users.noreply.github.com>
This commit is contained in:
@@ -659,7 +659,6 @@ class Parser {
|
||||
} break;
|
||||
}
|
||||
}
|
||||
current_block = nullptr;
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
@@ -2109,7 +2109,6 @@ class Parser {
|
||||
} break;
|
||||
}
|
||||
}
|
||||
current_block = nullptr;
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user