From 0a72baf80db1e39860360d5ec42c1146c4fe68c5 Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Sun, 22 Jan 2006 19:51:47 +0000 Subject: [PATCH] removed ineffective pragma git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4023 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/regression/tests/bug-477927.c | 5 ----- support/regression/tests/bug-895992.c | 5 ----- support/regression/tests/bug-971834.c | 4 ---- 3 files changed, 14 deletions(-) diff --git a/support/regression/tests/bug-477927.c b/support/regression/tests/bug-477927.c index 6acc995b..659ada27 100644 --- a/support/regression/tests/bug-477927.c +++ b/support/regression/tests/bug-477927.c @@ -30,7 +30,6 @@ spoil(UBYTE ignored) UBYTE accu[2]; #if !defined(PORT_HOST) -# pragma save # pragma disable_warning 84 #endif @@ -49,7 +48,3 @@ testLoopInit(void) } while(t != 3); } - -#if !defined(PORT_HOST) -# pragma restore -#endif diff --git a/support/regression/tests/bug-895992.c b/support/regression/tests/bug-895992.c index 203250bd..a0cb9d6b 100644 --- a/support/regression/tests/bug-895992.c +++ b/support/regression/tests/bug-895992.c @@ -24,7 +24,6 @@ wait (void) } #if !defined(PORT_HOST) -# pragma save # pragma disable_warning 84 #endif @@ -53,7 +52,3 @@ testLR(void) ASSERT(loops == p0); } - -#if !defined(PORT_HOST) -# pragma restore -#endif diff --git a/support/regression/tests/bug-971834.c b/support/regression/tests/bug-971834.c index 4c23097a..ccbceb3a 100644 --- a/support/regression/tests/bug-971834.c +++ b/support/regression/tests/bug-971834.c @@ -13,7 +13,6 @@ unsigned char ttt[] = {0xff, 1}; unsigned char b; #if !defined(PORT_HOST) -# pragma save # pragma disable_warning 84 #endif @@ -39,9 +38,6 @@ unsigned char orsh1 (void) } return b; } -#if !defined(PORT_HOST) -# pragma restore -#endif void testLR(void) -- 2.30.2