~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Mark Atwood
  • Date: 2012-01-03 02:42:00 UTC
  • mfrom: (2482.1.2 drizzle-build)
  • Revision ID: me@mark.atwood.name-20120103024200-2kjnoze027o3dnwy
mergeĀ lp:~brianaker/drizzle/icc-warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
1441
1441
 
1442
1442
bool was_help_requested()
1443
1443
{
1444
 
  return vm.count("help");
 
1444
  return bool(vm.count("help"));
1445
1445
}
1446
1446
 
1447
1447
void usage();