Quickbook: Small cleanups.

Mostly avoiding warnings, and removing unnecessary includes.

[SVN r70526]
This commit is contained in:
Daniel James
2011-03-24 21:24:24 +00:00
parent 42c353f617
commit bee5d0dd77
14 changed files with 126 additions and 104 deletions

View File

@@ -110,8 +110,10 @@ namespace quickbook
}
static int
parse_document(fs::path const& filein_, fs::path const& xinclude_base,
string_stream& out, bool ignore_docinfo = false)
parse_document(
fs::path const& filein_,
fs::path const& xinclude_base,
string_stream& out)
{
actions actor(filein_, xinclude_base, out);
@@ -248,6 +250,9 @@ main(int argc, char* argv[])
bool pretty_print = true;
#if QUICKBOOK_WIDE_PATHS
quickbook::ignore_variable(&argc);
quickbook::ignore_variable(&argv);
int wide_argc;
LPWSTR* wide_argv = CommandLineToArgvW(GetCommandLineW(), &wide_argc);
if (!wide_argv)