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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user