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

Commit 9f5ec088 authored by Zijun Zhao's avatar Zijun Zhao Committed by Automerger Merge Worker
Browse files

Merge "Suppress the error warning" am: e851f2d6 am: 0e161700

parents c032f179 0e161700
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() {