summaryrefslogtreecommitdiff
path: root/lib/Variables.cc
diff options
context:
space:
mode:
authorPixel <Pixel>2001-12-10 11:39:54 +0000
committerPixel <Pixel>2001-12-10 11:39:54 +0000
commit1efb1f34106be8b383f1edea9bd0fd608ac7faeb (patch)
treee0002e157e4320a9cebf3c96b204a42b5dfa1cd9 /lib/Variables.cc
parenta83a43e57be59ed407d98f465d02953af5ae0160 (diff)
Supressing some warnings...
Diffstat (limited to 'lib/Variables.cc')
-rw-r--r--lib/Variables.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Variables.cc b/lib/Variables.cc
index 7bdf65d..274a4ed 100644
--- a/lib/Variables.cc
+++ b/lib/Variables.cc
@@ -48,6 +48,8 @@ void Variables::Dump(Handle * h, const String & format) {
(*h) << "<INPUT TYPE=\"HIDDEN\" NAME=\"" << Vn << "\" VALUE=\"" << Vv << "\">" << endnl;
} else {
// Use format here...
+ // **FIXME**
+#warning FIXME
}
}
}