manuals tidy tier 2: empty-catch, enum-size, trivially-destructible

This commit is contained in:
2026-05-14 19:07:43 +02:00
parent 8676c0e773
commit 0b82be193f
24 changed files with 69 additions and 37 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ namespace Overlay {
// --- Estat de les notificacions ---
enum class Status { RISING,
enum class Status : std::uint8_t { RISING,
STAY,
VANISHING,
FINISHED };
@@ -73,7 +73,7 @@ namespace Overlay {
// --- Crèdits cinematogràfics ---
// Usen el sistema de notificacions en posició TOP_CENTER_DROP.
enum class CreditsPhase { IDLE,
enum class CreditsPhase : std::uint8_t { IDLE,
DELAY,
PLAYING_1,
GAP,