mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Warning fixes.
This commit is contained in:
@@ -14,9 +14,10 @@ static std::string supportStatus(SupportStatus status)
|
||||
|
||||
case SupportStatus::UNICORN:
|
||||
return "🦄";
|
||||
}
|
||||
|
||||
return "";
|
||||
case SupportStatus::UNSUPPORTED:
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
int main(int argc, const char* argv[])
|
||||
|
||||
Reference in New Issue
Block a user