Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e851f2d6 authored by Zijun Zhao's avatar Zijun Zhao Committed by Gerrit Code Review
Browse files

Merge "Suppress the error warning"

parents 57feb3fb f5e1533f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -159,7 +159,8 @@ noinline void sigsegv_non_null() {
}

noinline void fprintf_null() {
    fprintf(nullptr, "oops");
    FILE* sneaky_null = nullptr;
    fprintf(sneaky_null, "oops");
}

noinline void readdir_null() {