~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/resolve_stack_dump.c

  • Committer: Monty Taylor
  • Date: 2008-07-11 16:06:20 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 134.
  • Revision ID: monty@inaugust.com-20080711160620-eni0gu3pqd2fgc6s
One last bunch of warnings edits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
   0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
53
53
  {"version", 'V', "Output version information and exit.",
54
54
   0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
55
 
  {"symbols-file", 's', "Use specified symbols file.", (uchar**) &sym_fname,
56
 
   (uchar**) &sym_fname, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
 
55
  {"symbols-file", 's', "Use specified symbols file.", (char**) &sym_fname,
 
56
   (char**) &sym_fname, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
57
57
  {"numeric-dump-file", 'n', "Read the dump from specified file.",
58
 
   (uchar**) &dump_fname, (uchar**) &dump_fname, 0, GET_STR, REQUIRED_ARG,
 
58
   (char**) &dump_fname, (char**) &dump_fname, 0, GET_STR, REQUIRED_ARG,
59
59
   0, 0, 0, 0, 0, 0},
60
60
  { 0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}
61
61
};