# IgnoreWarningAttribute(int)

> Ignore a single warning produced by Burst.

## Definition

* **Type:** Constructor
* **Namespace:** [Unity.Burst.CompilerServices](/engine/6000.6/script-reference/unity/burst/compilerservices.md)
* **Assembly:** UnityEngine.BurstModule

```csharp
public IgnoreWarningAttribute(int warning)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The warning to ignore.
