~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-01-30 04:39:04 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090130043904-gphdonl7m6zdz06v
Cleaned up warnings up through innodb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
                        $(HANDLER_DIR)/mysql_addons.cc
184
184
 
185
185
# lexyy.c has lots of redundant decls, but it's generated anyway 
186
 
libpars_la_CFLAGS=      ${AM_CFLAGS} \
 
186
libpars_la_CFLAGS=      ${AM_CFLAGS} ${NO_UNREACHED} \
187
187
                        ${NO_REDUNDANT_DECLS} ${NO_SHADOW}
188
188
libpars_la_SOURCES=     pars/lexyy.c pars/pars0grm.c
189
189