summaryrefslogtreecommitdiffstats
path: root/common/rfb/Logger.h
Commit message (Collapse)AuthorAgeFilesLines
* rfb: Silence nonliteral format string warning in LoggerSteve Kondik2017-07-101-1/+7
| | | | | | | | | | | | Clang complains loudly about this with Wformat=2, so add a __printf_attr to help out. Fixes: /home/shade/dev/tigervnc/common/rfb/Logger.cxx:48:35: error: format string is not a string literal [-Werror,-Wformat-nonliteral] vsnprintf(buf1, sizeof(buf1)-1, format, ap); ^~~~~~ 1 error generated.
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-0/+70
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@589 3789f03b-4d11-0410-bbf8-ca57d06f2519