~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_messnc.cc

  • Committer: Monty Taylor
  • Date: 2008-12-01 17:53:42 UTC
  • mto: This revision was merged to the branch mainline in revision 637.
  • Revision ID: monty@bitters-20081201175342-hcvfaecqmljhv86g
Fixed Sun Studio warnings in mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#include "mysys_priv.h"
17
17
#include <stdio.h>
18
18
 
19
 
void my_message_no_curses(uint32_t error __attribute__((unused)),
20
 
                         const char *str, myf MyFlags)
 
19
void my_message_no_curses(uint32_t, const char *str, myf MyFlags)
21
20
{
22
21
  (void) fflush(stdout);
23
22
  if (MyFlags & ME_BELL)