~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/test_fn.cc

  • Committer: Monty Taylor
  • Date: 2009-01-23 06:03:42 UTC
  • mto: (801.1.3 testable) (779.3.2 devel)
  • mto: This revision was merged to the branch mainline in revision 811.
  • Revision ID: mordred@inaugust.com-20090123060342-i00afsgar78qz3nu
Got rid of __attribute__((unused)) and the like from the .cc files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  NULL,
43
43
};
44
44
 
45
 
int main(int argc __attribute__((unused)), char **argv)
 
45
int main(int , char **argv)
46
46
{
47
47
  const char **pos;
48
48
  char buff[FN_REFLEN],buff2[FN_REFLEN];