diff options
-rw-r--r-- | lld/ELF/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Config.h b/lld/ELF/Config.h index 3c9c7a1ea62..03f3d6cd618 100644 --- a/lld/ELF/Config.h +++ b/lld/ELF/Config.h @@ -81,7 +81,7 @@ struct Configuration { bool EhFrameHdr; bool EnableNewDtags; bool ExportDynamic; - bool FatalWarnings; + bool FatalWarnings = false; bool GcSections; bool GnuHash = false; bool ICF; |