~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/myxt_xt.cc

  • Committer: Monty Taylor
  • Date: 2010-10-30 01:19:00 UTC
  • mto: (1892.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1893.
  • Revision ID: mordred@inaugust.com-20101030011900-2tdt8w9vt7a6pbk0
Fixed things to make things compile with clang

Show diffs side-by-side

added added

removed removed

Lines of Context:
2951
2951
xtPublic void myxt_static_convert_identifier(XTThreadPtr XT_UNUSED(self), MX_CONST_CHARSET_INFO *cs, char *from, char *to, size_t to_len)
2952
2952
{
2953
2953
#ifdef DRIZZLED
2954
 
        ((void *)cs);
 
2954
        ((void)cs);
2955
2955
         xt_strcpy(to_len, to, from);
2956
2956
#else
2957
2957
        uint errors;
2973
2973
{
2974
2974
#ifdef DRIZZLED
2975
2975
        char *to = xt_dup_string(self, from);
2976
 
        ((void *)cs);
 
2976
        ((void)cs);
2977
2977
#else
2978
2978
        uint    errors;
2979
2979
        u_int   len;