~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/sync/sync0sync.cc

  • Committer: Monty Taylor
  • Date: 2010-12-27 18:39:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2038.
  • Revision ID: mordred@inaugust.com-20101227183911-atgh0kcubflay0b9
Added back INNOBASE_SKIP_WARNINGS for solaris. Also dealt with unused params.

Show diffs side-by-side

added added

removed removed

Lines of Context:
381
381
mutex_enter_nowait_func(
382
382
/*====================*/
383
383
        mutex_t*        mutex,          /*!< in: pointer to mutex */
384
 
        const char*     file_name __attribute__((unused)),
 
384
        const char*     /*file_name __attribute__((unused))*/,
385
385
                                        /*!< in: file name where mutex
386
386
                                        requested */
387
 
        ulint           line __attribute__((unused)))
 
387
        ulint           /*line __attribute__((unused))*/)
388
388
                                        /*!< in: line where requested */
389
389
{
390
390
        ut_ad(mutex_validate(mutex));