~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/opt_range.cc

  • Committer: Monty Taylor
  • Date: 2008-07-11 15:49:04 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 134.
  • Revision ID: monty@inaugust.com-20080711154904-nrtkef3bo1jvzrds
A crapton more warning cleanups (I turned on more warnings) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
9742
9742
}
9743
9743
 
9744
9744
static void print_sel_tree(PARAM *param, SEL_TREE *tree, key_map *tree_map,
9745
 
                           const char *msg)
 
9745
                           const char *msg __attribute__((__unused__)))
9746
9746
{
9747
9747
  SEL_ARG **key,**end;
9748
9748
  int idx;
9769
9769
}
9770
9770
 
9771
9771
 
9772
 
static void print_ror_scans_arr(TABLE *table, const char *msg,
 
9772
static void print_ror_scans_arr(TABLE *table,
 
9773
                                const char *msg __attribute__((__unused__)),
9773
9774
                                struct st_ror_scan_info **start,
9774
9775
                                struct st_ror_scan_info **end)
9775
9776
{