~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/mysql_waitpid.cc

  • Committer: Monty Taylor
  • Date: 2008-12-01 17:53:42 UTC
  • mto: This revision was merged to the branch mainline in revision 637.
  • Revision ID: monty@bitters-20081201175342-hcvfaecqmljhv86g
Fixed Sun Studio warnings in mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  { 0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}
45
45
};
46
46
 
 
47
extern "C"
47
48
static bool
48
 
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
49
 
               char *argument __attribute__((unused)))
 
49
get_one_option(int optid, const struct my_option *, char *)
50
50
{
51
51
  switch(optid) {
52
52
  case 'V':