Skip to content

Commit 46272e6

Browse files
committed
Refman disable vm-compute-disabled warning
1 parent 7a83470 commit 46272e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tools/rocqrst/repl/rocqtop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def sendone(self, sentence):
103103
def send_initial_options(self):
104104
"""Options to send when starting the toplevel and after a Reset Initial."""
105105
self.sendone('Set Rocqtop Exit On Error.')
106-
self.sendone('Set Warnings "+default".')
106+
self.sendone('Set Warnings "+default,-vm-compute-disabled".')
107107

108108
def sendmany(*sentences):
109109
"""A small demo: send each sentence in sentences and print the output"""

0 commit comments

Comments
 (0)