Ondřej Surý
2e3a2eecfe
Make isc_result a static enum
...
Remove the dynamic registration of result codes. Convert isc_result_t
from unsigned + #defines into 32-bit enum type in grand unified
<isc/result.h> header. Keep the existing values of the result codes
even at the expense of the description and identifier tables being
unnecessary large.
Additionally, add couple of:
switch (result) {
[...]
default:
break;
}
statements where compiler now complains about missing enum values in the
switch statement.
2021-10-06 11:22:20 +02:00
..
2021-10-06 11:22:20 +02:00
2021-10-05 11:26:14 +03:00
2021-10-06 11:22:20 +02:00
2021-07-06 05:33:48 +00:00
2021-08-30 08:47:39 +02:00
2021-07-06 05:33:48 +00:00
2021-07-06 05:33:48 +00:00
2021-08-30 08:47:39 +02:00
2021-09-23 22:17:15 +02:00
2021-07-06 05:33:48 +00:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-07-06 05:33:48 +00:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-09-17 07:09:50 +02:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-07-06 05:33:48 +00:00
2021-05-07 10:19:05 -07:00
2021-05-26 09:43:12 +02:00
2021-06-09 14:35:14 +02:00
2021-09-30 13:54:55 +02:00
2021-08-18 13:49:48 +10:00
2021-08-30 08:47:39 +02:00
2021-07-06 05:33:48 +00:00
2021-10-06 11:22:20 +02:00
2021-10-02 11:39:56 -07:00
2021-02-18 19:33:54 +01:00
2021-09-30 13:54:55 +02:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-05-07 14:28:30 -07:00
2021-07-13 09:12:04 +02:00
2021-07-16 11:50:20 +03:00
2021-07-06 05:33:48 +00:00
2021-07-06 05:33:48 +00:00
2021-10-06 11:22:20 +02:00
2021-07-12 13:26:29 +10:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-10-02 11:39:56 -07:00
2021-08-24 09:07:15 +02:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-05-07 14:28:30 -07:00
2021-07-06 05:33:48 +00:00
2021-04-20 23:22:28 +02:00
2021-06-09 14:35:14 +02:00
2021-10-02 11:39:56 -07:00
2021-05-07 10:19:05 -07:00
2021-07-06 05:33:48 +00:00
2021-02-18 19:33:54 +01:00
2021-10-05 11:23:47 +03:00
2021-05-05 19:15:33 +02:00
2021-09-01 10:44:21 +02:00
2021-09-01 10:44:21 +02:00
2021-03-15 14:18:03 +11:00