diff options
author | Pixel <Pixel> | 2001-12-10 11:39:54 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-12-10 11:39:54 +0000 |
commit | 1efb1f34106be8b383f1edea9bd0fd608ac7faeb (patch) | |
tree | e0002e157e4320a9cebf3c96b204a42b5dfa1cd9 /lib/Variables.cc | |
parent | a83a43e57be59ed407d98f465d02953af5ae0160 (diff) |
Supressing some warnings...
Diffstat (limited to 'lib/Variables.cc')
-rw-r--r-- | lib/Variables.cc | 2 |
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 } } } |