mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +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] ```
28 KiB
28 KiB