papahippo / abcMIDI

unofficial repsoitory for controlled quality improvements to the abcMIDI suite of (C) programs
0 stars 0 forks source link

rogue &'s in stresspat.c #3

Open papahippo opened 7 years ago

papahippo commented 7 years ago

Use of & where no appropriate causes...

stresspat.c:518:5: warning: format ‘%s’ expects argument of type ‘char ’, but argument 3 has type ‘char ()[32]’

... and another similar at line 521

papahippo commented 7 years ago

Fixed these. Also suppressed... stresspat.c:565:11: warning: ignoring return value of ‘fgets’, .... by assigning result (but still ignoring it really!). pushed fix,