diff options
author | Gustavo Pimentel <[email protected]> | 2018-08-23 13:34:53 +0200 |
---|---|---|
committer | Lorenzo Pieralisi <[email protected]> | 2018-10-03 11:18:12 +0100 |
commit | fef31ecaaf2c5c54db85b35e893bf8abec96b93f (patch) | |
tree | 1bb418de7b4c9deadab0403c980d40e629d008a1 /scripts/bpf_helpers_doc.py | |
parent | 7876320f88802b22d4e2daf7eb027dd14175a0f8 (diff) |
tools: PCI: Fix compilation warnings
Current compilation produces the following warnings:
tools/pci/pcitest.c: In function 'run_test':
tools/pci/pcitest.c:56:9: warning: unused variable 'time'
[-Wunused-variable]
double time;
^~~~
tools/pci/pcitest.c:55:25: warning: unused variable 'end'
[-Wunused-variable]
struct timespec start, end;
^~~
tools/pci/pcitest.c:55:18: warning: unused variable 'start'
[-Wunused-variable]
struct timespec start, end;
^~~~~
tools/pci/pcitest.c:146:1: warning: control reaches end of non-void
function [-Wreturn-type]
}
^
Fix them:
- remove unused variables
- change function return from int to void, since it's not used
Signed-off-by: Gustavo Pimentel <[email protected]>
[[email protected]: rewrote the commit log]
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Reviewed-by: Kishon Vijay Abraham I <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions