Fix all the missing return statements and guard against this happening again
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user