citris

2016-02-09 Thread Mike Pechkin
hi all, it was idea: try to create tetris on lists, destructively and without grid from simul.l current code: https://bitbucket.org/mihailp/tankfeeder/src/2a5c18b2694c641564298c34f6aed7842019ae35/citris/?at=default playground: 1. move.l - use arrow keys to move object inside world 2. roll.l -

Re: gcc command lines

2016-02-09 Thread Mike Pechkin
hi, OK. new patch: o) old lines not touched o) rename -W -> -Wextra o) new line: -Wextra -Wimplicit -Wreturn-type -Wunused -Wformat Mike On Mon, Feb 8, 2016 at 11:27 PM, Mike Pechkin wrote: > hi, > > you are correct, this is draft patch. > > Goal: compile with minimum

Re: gcc command lines

2016-02-09 Thread Mike Pechkin
oops o) new line is: -Wall -Wno-parentheses -Wno-sequence-point \ On Tue, Feb 9, 2016 at 10:50 PM, Mike Pechkin wrote: > hi, > > OK. new patch: > o) old lines not touched > o) rename -W -> -Wextra > o) new line: > -Wextra -Wimplicit -Wreturn-type -Wunused -Wformat > >