RegConfig.cxx:64: warning: cannot pass objects of non-POD type `struct
rfb::CStr' through `...'; call will abort at runtime
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3361
3789f03b-4d11-0410-bbf8-
ca57d06f2519
if (!name.buf) break;
TCharArray value(key.getRepresentation(name.buf));
if (!value.buf || !Configuration::setParam(CStr(name.buf), CStr(value.buf)))
- vlog.info("unable to process %s", CStr(name.buf));
+ vlog.info("unable to process %s", name.buf);
}
} catch (rdr::SystemException& e) {
if (e.err != 6)