From 354367ced21faf308f7fdb47dfbfd55238d13c49 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 28 May 2009 16:03:55 +0000 Subject: CWS-TOOLING: integrate CWS ause101 2009-05-11 14:39:16 +0200 hjs r271770 : #i101204# more selective copy 2009-05-07 19:16:08 +0200 hjs r271693 : #i101651# embed windows manifest 2009-05-07 18:43:17 +0200 hjs r271692 : #i101650# fix CHECKZIPRESULT for bash 2009-05-07 18:25:43 +0200 hjs r271690 : #i101649# workaround warnings in generated code --- idlc/source/scanner.ll | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'idlc/source/scanner.ll') diff --git a/idlc/source/scanner.ll b/idlc/source/scanner.ll index ea122c531400..74f5c82fded1 100644 --- a/idlc/source/scanner.ll +++ b/idlc/source/scanner.ll @@ -254,6 +254,12 @@ static void parseLineAndFile(sal_Char* pBuf) #pragma disable_warn #elif defined _MSC_VER #pragma warning(push, 1) +/**/ +#ifdef yywrap +#undef yywrap +#define yywrap() 1 +#endif +/**/ #endif %} -- cgit