diff options
Diffstat (limited to 'hal/HalInternal.h')
-rw-r--r-- | hal/HalInternal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hal/HalInternal.h b/hal/HalInternal.h index b9c7686f71..4544dd1c53 100644 --- a/hal/HalInternal.h +++ b/hal/HalInternal.h @@ -56,7 +56,7 @@ void DisableScreenConfigurationNotifications(); /** * Enable alarm notifications from the backend. */ -MOZ_MUST_USE bool EnableAlarm(); +[[nodiscard]] bool EnableAlarm(); /** * Disable alarm notifications from the backend. |