---
title: NSWarningAlertStyle
framework: appkit
role: symbol
role_heading: Global Variable
path: appkit/nswarningalertstyle
---

# NSWarningAlertStyle

An alert used to warn the user about a current or impending event. The purpose is more than informational but not critical. This is the default alert style.

## Declaration

```occ
static const NSAlertStyle NSWarningAlertStyle;
```

## See Also

### Deprecated Symbols

- [NSCriticalAlertStyle](appkit/nscriticalalertstyle.md)
- [NSInformationalAlertStyle](appkit/nsinformationalalertstyle.md)
