Commit Graph

9 Commits

Author SHA1 Message Date
Lev Walkin b1d4102cd3 clarifying comment 2017-10-21 21:58:50 -07:00
Lev Walkin 9f470d60fa stop ignoring formatting problems, start ignoring long long extension problems 2017-10-21 16:27:08 -07:00
Jon Ringle 0770393d22 fix issue 220: implicit declaration of function ‘isatty’
Fixes warning:
converter-example.c: In function ‘main’:
converter-example.c:400:8: warning: implicit declaration of function ‘isatty’ [-Wimplicit-function-declaration]
     if(isatty(1)) {
        ^
2017-10-12 10:10:03 -04:00
Lev Walkin 42a94cbc30 unistd does not always include getopt.h (by @velichkov) 2017-10-09 20:30:08 -07:00
Lev Walkin 6cbed3dd61 reconfigured tests to support -m32 32-bit mode testing with sanitizers 2017-10-07 16:42:41 -07:00
Lev Walkin 58b383e7c7 fix unused var 2017-09-30 19:32:35 -07:00
Lev Walkin bf09bf76eb hide junk test code if not -DJUNKTEST 2017-09-29 23:24:14 -07:00
Lev Walkin a5972bedae Combined constraints and introduced value randomizer. 2017-09-29 23:15:58 -07:00
Lev Walkin 478819d6eb converter-sample renamed into converter-example 2017-09-26 22:53:08 -07:00