general: Resolve -Wmissing-prototypes warnings

This commit is contained in:
Lioncash
2020-08-14 14:48:30 -04:00
parent 68fea20020
commit 889635d17d
4 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,8 @@
#include <fmt/format.h>
#include "common/assert.h"
namespace Dynarmic::Common {
[[noreturn]] void Terminate(fmt::string_view msg, fmt::format_args args) {