I'm sick of this warning! Here's the code
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
All prints correctly when executed. What needs to be corrected so that
the selection disappears?
====
ls.c: In function ‘printLine’:
ls.c:225:13: warning: assignment from incompatible pointer type
pwd = getgrgid(gid);
^