Commit ff2fb5a
committed
networkbrowser: Fix build with gcc 15
main.c: In function '_nfsShare':
| main.c:95:15: error: implicit declaration of function 'showNfsShare'; did you mean '_nfsShare'? [-Wimplicit-function-declaration]
| 95 | err = showNfsShare(s, nfsInfo);
| | ^~~~~~~~~~~~
| | _nfsShare1 parent e81aa18 commit ff2fb5a
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
0 commit comments