Dimitry Andric
57c46916e1
Adjust playinit() definition to avoid clang 15 warning
...
With clang 15, the following -Werror warning is produced:
sys/dev/speaker/spkr.c:182:9: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
playinit()
^
void
This is because playinit() is declared with a (void) argument list, but
defined with an empty argument list. Make the definition match the
declaration.
MFC after: 3 days
2022-07-26 19:59:55 +02:00
..
2022-07-18 22:06:09 +00:00
2022-07-18 16:27:32 +02:00
2022-07-25 11:14:58 -05:00
2022-07-14 16:17:36 -04:00
2022-07-24 16:53:36 -06:00
2022-07-25 00:40:13 +02:00
2022-07-20 21:10:43 +02:00
2022-07-08 18:52:14 -03:00
2022-07-24 16:53:35 -06:00
2022-07-19 20:37:15 +02:00
2022-07-26 19:59:55 +02:00
2022-05-20 17:11:27 +01:00
2022-07-20 10:41:11 +02:00
2022-07-05 11:56:55 -03:00
2022-07-16 10:26:51 -07:00
2022-05-04 09:32:59 -04:00
2022-07-18 22:06:09 +00:00
2022-05-06 15:46:59 -07:00
2022-07-23 15:16:23 -04:00
2022-06-05 08:57:26 +02:00
2022-07-18 22:06:15 +00:00
2022-07-22 19:18:41 +02:00
2022-06-17 22:55:13 +00:00
2022-07-25 20:02:31 +02:00
2022-07-26 19:59:55 +02:00
2022-07-10 12:47:47 +00:00
2022-07-21 22:12:01 +02:00
2022-07-25 20:53:53 +02:00
2022-05-31 16:07:27 -03:00
2022-07-18 08:02:01 -05:00
2022-07-18 22:06:09 +00:00
2022-07-18 16:27:32 +02:00
2022-07-18 16:27:32 +02:00
2022-07-25 00:40:13 +02:00
2022-07-21 14:26:54 +00:00
2022-07-25 21:34:34 -06:00
2022-06-14 10:50:51 -07:00
2022-07-20 22:52:11 -07:00
2022-07-18 22:35:49 -05:00
2022-07-26 01:07:21 -05:00
2022-06-07 12:29:53 +02:00