Changes between Initial Version and Version 1 of Ticket #4037, comment 3
- Timestamp:
- 02/01/2017 02:38:57 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4037, comment 3
initial v1 5 5 The only reference to su.c is: 6 6 7 gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -I../libmisc -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -MT su.o -MD -MP -MF .deps/su.Tpo -c -o su.o su.c 8 su.c: In function 'main': 7 gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -I../libmisc -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -MT su.o -MD -MP -MF .deps/su.Tpo -c -o su.o su.c[[br]] 8 su.c: In function 'main':[[br]] 9 9 su.c:1162:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 10 10 argv[-1] = cp;