Jun Zhao
b30575bc98
checkasm/sw_rgb: fix the function declaration warning
...
fix the warning: "function declaration isn’t a prototype", in C
int foo() and int foo(void) are different functions. int foo()
accepts an arbitrary number of arguments, while int foo(void) accepts 0
arguments.
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
2018-05-10 19:28:51 +08:00
..
2017-10-30 21:03:50 -03:00
2017-03-23 18:01:47 -03:00
2017-06-14 19:18:56 -03:00
2017-07-13 17:03:28 -03:00
2017-03-20 22:35:07 +01:00
2017-10-03 19:47:37 -03:00
2018-05-08 10:28:06 +02:00
2018-05-08 10:28:06 +02:00
2017-10-01 17:35:30 -03:00
2017-06-01 13:12:20 -03:00
2017-11-27 03:31:53 +01:00
2017-07-13 17:00:19 -03:00
2017-11-11 15:21:22 -03:00
2017-10-28 18:18:41 -03:00
2018-03-19 00:56:01 -03:00
2018-03-07 23:53:32 -03:00
2017-11-21 09:41:42 +01:00
2017-11-20 18:33:57 -03:00
2017-12-10 00:51:35 -03:00
2018-01-28 20:23:16 +01:00
2018-05-08 10:28:06 +02:00
2017-03-20 15:58:32 +01:00
2017-07-04 23:02:57 -03:00
2018-05-10 19:28:51 +08:00
2017-12-01 21:08:07 +01:00
2018-04-05 21:46:19 +02:00
2017-12-13 11:34:29 +01:00
2018-05-08 10:28:06 +02:00
2017-12-09 14:47:13 +01:00
2017-03-19 15:11:44 -03:00
2017-04-04 15:26:18 -03:00