oddcoder 19992a16c1 treating #error as if it was #warning in to
added test https://github.com/radare/radare2-regressions/pull/335
the bug can be re generated by parsing header with a #error in there
the compile in the normal case will issue an error and terminate
but since no compilation is done we need to proceed parsign the file
and treating the errors as warning just to be able to get all the types
in the given file.
2016-03-16 10:41:49 +01:00
..
2016-02-05 17:24:00 +01:00
2016-02-28 22:39:44 +01:00
2016-02-27 15:29:02 +01:00
2015-11-20 13:48:23 +03:00
2015-10-09 19:48:16 +03:00
2016-02-26 14:34:25 +01:00
2016-02-16 23:21:25 +01:00
2016-03-06 23:46:01 +01:00