mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
Cleanup warnings of -Wmissing-declarations
Add static to the functions which is not intentionally export to big scope.
This commit is contained in:
@ -344,7 +344,7 @@ private:
|
||||
const ControlState m_value{};
|
||||
};
|
||||
|
||||
ParseResult MakeLiteralExpression(Token token)
|
||||
static ParseResult MakeLiteralExpression(Token token)
|
||||
{
|
||||
ControlState val{};
|
||||
if (TryParse(token.data, &val))
|
||||
|
Reference in New Issue
Block a user