mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
There cannot be undefined behavior at compile time, so these warnings can be ignored when `offsetof` is used in a static assert: ``` warning: offset of on non-standard-layout type 'AsyncTask' [-Winvalid-offsetof] ```