~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/num1.h

  • Committer: Monty Taylor
  • Date: 2008-11-13 22:41:09 UTC
  • mto: (589.1.3 devel) (584.1.7 devel)
  • mto: This revision was merged to the branch mainline in revision 585.
  • Revision ID: monty@inaugust.com-20081113224109-4rkzdtn5f2ppzf9q
Check gnu ld status rather than gcc status (you never know)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
  void fix_num_length_and_dec();
34
34
  void find_num_type();
35
 
  String *str_op(String *)
 
35
  String *str_op(String *str __attribute__((unused)))
36
36
  { assert(0); return 0; }
37
37
};
38
38