Searched hist:204711 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/bin/ed/
H A DMakefilediff 204711 Thu Mar 04 16:12:36 MST 2010 uqs ed(1): make WARNS=6 clean

Although argc and argv are never read after the longjmp is complete,
gcc is not clever enough to see that and needlessly warns about it.
So add volatile to silence the compiler.

Approved by: ed (the co-mentor, not ed(1))
H A Dmain.cdiff 204711 Thu Mar 04 16:12:36 MST 2010 uqs ed(1): make WARNS=6 clean

Although argc and argv are never read after the longjmp is complete,
gcc is not clever enough to see that and needlessly warns about it.
So add volatile to silence the compiler.

Approved by: ed (the co-mentor, not ed(1))

Completed in 70 milliseconds