mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 14:28:34 +00:00
Cleanup warnings of -Wmissing-declarations
Add static to the functions which is not intentionally export to big scope.
This commit is contained in:
parent
62707986b7
commit
b6ff15c130
3 changed files with 7 additions and 5 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue