~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/execute/parser.yy

  • Committer: Mark Atwood
  • Date: 2011-06-04 15:46:01 UTC
  • mto: (2324.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2326.
  • Revision ID: me@mark.atwood.name-20110604154601-ai5yla8dku91l6b4
wrap "#pragma GCC" in "#ifndef __INTEL_COMPILER"

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
#include <drizzled/execute/context.h>
63
63
#include <vector>
64
64
 
 
65
#ifndef __INTEL_COMPILER
65
66
#pragma GCC diagnostic ignored "-Wold-style-cast"
 
67
#endif
66
68
 
67
69
#define YYENABLE_NLS 0
68
70
#define YYLTYPE_IS_TRIVIAL 0