mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
test-exec-util: drop duplicate const
gcc-7 warns about this with -Wduplicate-decl-specifier.
This commit is contained in:
parent
5224c2c706
commit
4fa3993be9
@ -223,7 +223,7 @@ static int gather_stdout_three(int fd, void *arg) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
const gather_stdout_callback_t const gather_stdout[] = {
|
const gather_stdout_callback_t gather_stdout[] = {
|
||||||
gather_stdout_one,
|
gather_stdout_one,
|
||||||
gather_stdout_two,
|
gather_stdout_two,
|
||||||
gather_stdout_three,
|
gather_stdout_three,
|
||||||
|
Loading…
Reference in New Issue
Block a user