Re: DMCA takedown notice

2019-03-05 Thread Martin Schroeder
The fact that you even spend this much time on trying to take back your gift to the community instead of just accepting your responsibility for your own actions is impressive. And unless you sign with your legal name and your copyright notices uses your legal name as well as details of your

A far fetched goal to clean up code quality

2018-08-15 Thread Martin Schroeder
I propose using following set of GCC flags to enforce code quality in the long run. -Wall -Wextra -Werror\ -std=gnu11\ -pedantic \ -Wchar-subscripts\ -Wformat\ -Wformat-nonliteral\ -Wformat-security\ -Wmissing-braces\ -Wparentheses\ -Wsequence-point\

A far fetched goal to clean up code quality

2018-08-15 Thread Martin Schroeder
I propose using following set of GCC flags to enforce code quality in the long run. -Wall -Wextra -Werror\ -std=gnu11\ -pedantic \ -Wchar-subscripts\ -Wformat\ -Wformat-nonliteral\ -Wformat-security\ -Wmissing-braces\ -Wparentheses\ -Wsequence-point\