Marko Mäkelä
4386ee8ccc
Add ATTRIBUTE_NORETURN and ATTRIBUTE_COLD
...
ATTRIBUTE_NORETURN is supported on all platforms (MSVS and GCC-like).
It declares that a function will not return; instead, the thread or
the whole process will terminate.
ATTRIBUTE_COLD is supported starting with GCC 4.3. It declares that
a function is supposed to be executed rarely. Rarely used error-handling
functions and functions that emit messages to the error log should be
tagged such.
2017-08-31 09:30:55 +03:00
..
2016-10-31 12:18:23 +04:00
2017-05-30 15:28:52 +05:30
2016-12-29 13:23:18 +01:00
2016-10-25 22:35:35 +00:00
2017-08-14 19:45:58 +02:00
2016-09-02 13:22:28 +03:00
2017-03-31 19:22:19 +02:00
2017-03-14 15:25:02 +04:00
2016-06-07 13:02:31 +04:00
2017-03-31 19:22:20 +02:00
2017-03-30 12:48:42 +02:00
2017-03-10 18:21:29 +01:00
2016-10-31 12:18:23 +04:00
2017-03-07 19:07:27 +02:00
2017-03-11 20:12:15 +00:00
2016-12-12 20:27:36 +01:00
2016-12-29 13:23:18 +01:00
2017-08-31 09:30:55 +03:00
2016-03-23 22:36:46 +01:00
2017-05-09 18:53:10 +02:00
2017-01-05 10:51:18 +02:00
2017-03-30 12:48:42 +02:00
2017-03-10 18:21:29 +01:00
2017-07-06 10:39:21 +04:00
2017-08-17 11:38:34 +02:00
2017-03-06 19:17:15 +02:00
2017-05-06 14:36:46 +03:00
2017-03-10 18:21:29 +01:00
2016-07-12 11:58:20 +03:00
2017-08-08 10:18:43 +02:00
2017-03-07 19:07:27 +02:00
2016-06-21 14:11:02 +02:00
2017-03-30 12:48:42 +02:00
2016-08-19 09:09:07 +02:00
2017-03-30 12:48:42 +02:00
2017-03-10 18:21:29 +01:00
2017-07-05 19:08:55 +02:00
2017-03-30 12:48:42 +02:00
2017-06-14 12:02:54 +02:00
2016-09-21 12:54:56 +02:00
2017-08-08 10:18:43 +02:00
2017-03-10 14:11:26 +05:30
2017-05-09 18:53:10 +02:00
2017-03-10 14:11:26 +05:30
2017-03-10 14:11:26 +05:30
2017-03-07 19:07:27 +02:00
2017-03-07 19:07:27 +02:00
2017-05-09 18:53:10 +02:00
2017-03-10 18:21:29 +01:00
2017-04-11 10:18:04 -04:00
2017-03-10 18:21:29 +01:00
2017-08-21 13:35:00 +03:00