options.c
24.2 KB
-
Suppress warning with -Wno-overwrite-recursive. · 91c4891a
The use of -fno-automatic with -frecursive results in a warning implying that recursion will not work. If all relevant local variable have the automatic attribute explicitly declared recursion does work and the warning is redundant. From-SVN: r277602
Mark Eggleston committed