v0.3.1
This commit is contained in:
9
src/waring.cpp
Normal file
9
src/waring.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <warning.hpp>
|
||||
|
||||
namespace Fig
|
||||
{
|
||||
const std::unordered_map<std::size_t, FString> Warning::standardWarnings = {
|
||||
{1, FString(u8"Identifier is too similar to a keyword or a primitive type")},
|
||||
{2, FString(u8"The identifier is too abstract")}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user