mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-04 14:08:30 +00:00
Fix some "-Wpedantic" warnings
This commit is contained in:
parent
99c1f87289
commit
790962425c
17 changed files with 33 additions and 33 deletions
|
|
@ -110,7 +110,7 @@ namespace logs
|
|||
void set_level(const std::string&, level);
|
||||
}
|
||||
|
||||
#define LOG_CHANNEL(ch, ...) ::logs::channel ch(#ch, ##__VA_ARGS__);
|
||||
#define LOG_CHANNEL(ch, ...) ::logs::channel ch(#ch, ##__VA_ARGS__)
|
||||
|
||||
// Legacy:
|
||||
|
||||
|
|
|
|||
|
|
@ -572,7 +572,7 @@ namespace utils
|
|||
return vec.overlaps(*this);
|
||||
}
|
||||
|
||||
}; // namespace utils
|
||||
} // namespace utils
|
||||
|
||||
|
||||
namespace std {
|
||||
|
|
@ -587,4 +587,4 @@ namespace std {
|
|||
return (size_t{ k.start } << 32) | size_t{ k.end };
|
||||
}
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue