Commit d1f3cb7
committed
scripts: Update cppcheck invocation
constParameter is now constParameterCallback, but nothing changed about
the reason to apply it.
Furthermore, this suppresses
tools/tests/fake_devices.c:24:0: style: The function 'allocate_fake_devices' is never used. [unusedFunction]
void allocate_fake_devices(int n)
^
tools/tests/fake_devices.c:53:0: style: The function 'add_fake_partition' is never used. [unusedFunction]
void add_fake_partition(int devnum)
^
tools/tests/fake_devices.c:101:0: style: The function 'ped_device_get_next_custom_fake' is never used. [unusedFunction]
PedDevice *ped_device_get_next_custom_fake(const PedDevice *dev)
^
Signed-off-by: Jan Kiszka <[email protected]>1 parent 4baa354 commit d1f3cb7
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments