Fix all the missing return statements and guard against this happening again

This commit is contained in:
2014-04-15 03:12:47 -04:00
parent 2b924101d6
commit 2d69851746
11 changed files with 34 additions and 5 deletions

View File

@@ -2758,6 +2758,7 @@
"-ferror-limit=0",
"-Werror=format",
"-ftemplate-backtrace-limit=0",
"-Werror=return-type",
);
OTHER_LDFLAGS = (
"-lboost_filesystem",
@@ -2810,6 +2811,7 @@
"-ferror-limit=0",
"-Werror=format",
"-ftemplate-backtrace-limit=0",
"-Werror=return-type",
);
OTHER_LDFLAGS = (
"-lboost_filesystem",