Skip to content

Commit 977d325

Browse files
committed
Suppress warnings
1 parent 62f260d commit 977d325

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tools/testflags.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ def get_cxxflags(language, std, compiler):
7171
def get_fcflags(language, std, compiler):
7272
fcflags = ["-Wall", "-Wextra", "-Wimplicit-procedure",
7373
"-Wimplicit-interface", "-Wno-compare-reals",
74+
"-Wno-intrinsic-shadow",
75+
"-Wno-maybe-uninitialized", # GCC bugs
7476
"-ffree-line-length-none"]
7577
if std:
7678
fcflags.append("-std=" + std)

0 commit comments

Comments
 (0)