2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 08:27:43 +00:00

General: Resolve several -Wextra-semi warnings

Remove redundant semicolons and also amends some macros to require
semicolon termination.
This commit is contained in:
Lioncash
2020-08-23 15:03:33 -04:00
parent 08a8dd7eeb
commit 4dc553e72a
38 changed files with 123 additions and 111 deletions

View File

@@ -19,7 +19,7 @@
#include <zeus/CVector3f.hpp>
#ifndef DEFINE_PATTERNED
#define DEFINE_PATTERNED(type) static constexpr ECharacter CharacterType = ECharacter::type;
#define DEFINE_PATTERNED(type) static constexpr ECharacter CharacterType = ECharacter::type
#endif
namespace urde {