Skip to content

Commit 97914d6

Browse files
committed
Remove -Wignore from startup benchmark
1 parent 0b0974b commit 97914d6

File tree

1 file changed

+0
-1
lines changed
  • graalpython/com.oracle.graal.python.benchmarks/python/micro

1 file changed

+0
-1
lines changed

graalpython/com.oracle.graal.python.benchmarks/python/micro/startup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def __benchmark__(num=1000000):
111111
*ORIG_ARGV,
112112
"-I", # isolate from environment
113113
"-S", # do not import site
114-
"-Wignore", # ignore all warnings
115114
"-B", # do not attempt to write pyc files
116115
"-u", # do not add buffering wrappers around output streams
117116
"-c",

0 commit comments

Comments
 (0)