mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +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;
|
} break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
current_block = nullptr;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -2109,7 +2109,6 @@ class Parser {
|
|||||||
} break;
|
} break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
current_block = nullptr;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user