Sylvain Defresne
39ea9fe2f2
Remove trailing semicolons between method parameters and body ( #1973 )
...
Having a semi-colon between a method parameters list and a method
body is not not correct and is usually caused by a copy and paste
error while creating the method definition from its declaration.
Fixes the following compilation warnings when building with
-Wsemicolon-before-method-body (which is part of -Wextra):
ASPINRemoteImageDownloader.mm:230:85: error: semicolon before method body is ignored [-Werror,-Wsemicolon-before-method-body]
- (id <ASImageContainerProtocol>)synchronouslyFetchedCachedImageWithURL:(NSURL *)URL;
^
ASPINRemoteImageDownloader.mm:275:76: error: semicolon before method body is ignored [-Werror,-Wsemicolon-before-method-body]
completion:(ASImageDownloaderCompletion)completion;
^
2 errors generated.
Fixes applied to both code, examples and samples in documentation.
2021-03-26 11:07:31 -07:00
..
2021-03-26 11:07:31 -07:00
2018-08-28 07:39:18 -07:00
2018-11-02 12:04:14 -07:00
2018-08-28 07:39:18 -07:00
2020-10-06 09:36:43 -07:00
2019-03-09 07:55:46 -08:00
2019-08-15 10:01:36 -07:00
2019-05-30 07:18:07 -07:00
2020-06-29 12:49:59 -07:00
2020-05-06 11:10:35 -07:00
2021-02-03 13:24:39 -08:00
2020-06-29 12:49:59 -07:00
2019-01-17 10:16:53 -08:00
2021-02-19 08:23:01 -08:00
2021-02-19 08:23:01 -08:00
2018-08-28 07:39:18 -07:00
2019-04-23 08:01:28 -07:00
2018-08-28 07:39:18 -07:00
2018-08-28 07:39:18 -07:00
2019-06-25 10:58:43 -07:00
2018-08-28 07:39:18 -07:00
2018-11-02 12:04:14 -07:00
2018-08-28 07:39:18 -07:00
2019-08-15 05:42:26 -07:00
2019-04-23 10:33:44 -07:00
2018-08-28 07:39:18 -07:00
2019-08-15 05:42:26 -07:00
2018-08-28 07:39:18 -07:00
2018-08-28 07:39:18 -07:00
2019-08-15 05:42:26 -07:00
2018-08-28 07:39:18 -07:00
2019-08-22 17:02:50 -07:00
2020-06-29 12:49:59 -07:00
2019-10-10 11:21:29 -07:00
2020-06-29 12:49:59 -07:00
2020-09-18 10:08:21 -07:00
2018-08-28 07:39:18 -07:00
2019-08-15 05:42:26 -07:00
2018-08-28 07:39:18 -07:00
2019-08-22 17:02:50 -07:00
2020-06-29 12:49:59 -07:00
2020-06-25 11:54:00 -07:00
2020-06-29 12:49:59 -07:00
2018-11-02 12:04:14 -07:00
2018-08-28 07:39:18 -07:00
2018-08-28 07:39:18 -07:00
2018-08-28 07:39:18 -07:00
2018-11-02 12:04:14 -07:00
2021-02-19 08:23:01 -08:00
2018-08-28 07:39:18 -07:00
2019-08-15 05:42:26 -07:00
2018-08-28 07:39:18 -07:00
2020-06-29 12:49:59 -07:00
2018-08-28 07:39:18 -07:00
2020-05-26 13:55:16 -07:00
2018-08-28 07:39:18 -07:00
2018-11-02 12:04:14 -07:00
2020-06-29 12:49:59 -07:00
2019-05-08 19:59:13 -07:00
2020-06-29 12:49:59 -07:00
2019-08-22 17:02:50 -07:00
2020-06-29 12:49:59 -07:00
2019-08-15 05:42:26 -07:00
2018-11-04 09:26:57 -08:00
2021-03-26 11:07:31 -07:00
2018-12-09 23:39:28 -08:00
2019-10-10 11:21:29 -07:00
2018-08-28 07:39:18 -07:00
2020-06-29 12:49:59 -07:00
2020-06-25 11:54:00 -07:00
2020-06-29 12:49:59 -07:00
2018-11-02 12:04:14 -07:00
2018-08-28 07:39:18 -07:00
2018-08-28 07:39:18 -07:00
2018-11-02 12:04:14 -07:00
2020-06-25 11:54:00 -07:00
2020-06-29 12:49:59 -07:00
2020-06-29 12:49:59 -07:00
2018-08-28 07:39:18 -07:00
2018-11-02 12:04:14 -07:00
2018-08-28 07:39:18 -07:00
2019-08-22 17:02:50 -07:00
2020-08-21 14:22:34 -07:00
2018-08-28 07:39:18 -07:00
2018-08-28 07:39:18 -07:00
2018-08-28 07:39:18 -07:00
2018-11-02 12:04:14 -07:00
2018-08-28 07:39:18 -07:00
2018-11-02 12:04:14 -07:00
2018-08-28 07:39:18 -07:00
2018-11-02 12:04:14 -07:00
2019-09-11 10:38:06 -07:00