google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
Apache License 2.0
3.79k stars 292 forks source link

Fix compilation error with -std=c11 by not using vendor extensions #180

Closed bc-lee closed 2 years ago

bc-lee commented 2 years ago

Example: ../../third_party/promises/src/Sources/FBLPromises/FBLPromise+Timeout.m:38:3: error: implicit declaration of function 'typeof' is invalid in C99 [-Werror,-Wimplicit-function-declaration] typeof(self) __weak weakPromise = promise;

bc-lee commented 2 years ago

Hi, @ykjchen. Could you please review this PR? This is a minor change, so it won't break anything. Thanks.