about summary refs log tree commit diff stats
path: root/cpp/041name
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-24 22:00:15 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-24 22:00:15 -0700
commit0e82b1d4277e947f19b63331f0a50dec90e0462c (patch)
tree8fa1df78c71c72ea8d9cd82fa91e100a3ac780b8 /cpp/041name
parent6ca059efce56104efc766255459e665fc7e7705b (diff)
downloadmu-0e82b1d4277e947f19b63331f0a50dec90e0462c.tar.gz
1185 - inline C++ in scenarios
Diffstat (limited to 'cpp/041name')
-rw-r--r--cpp/041name2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/041name b/cpp/041name
index 6afb6b07..20d1222f 100644
--- a/cpp/041name
+++ b/cpp/041name
@@ -11,7 +11,7 @@ recipe main [
 +mem: storing 0 in location 1
 
 :(scenario convert_names_warns)
-hide warnings
+% Hide_warnings = true;
 recipe main [
   x:integer <- copy y:integer
 ]