From 2735426fc0cd838caea44411163a2cc02b3c9652 Mon Sep 17 00:00:00 2001 From: dnc40085 Date: Sun, 22 Apr 2018 22:02:55 -0700 Subject: [PATCH] Removed pragma defines that were mistakenly left in --- app/pm/swtimer.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/pm/swtimer.c b/app/pm/swtimer.c index 43c1ae5a..802a2ee4 100644 --- a/app/pm/swtimer.c +++ b/app/pm/swtimer.c @@ -1,9 +1,3 @@ -#if defined(__GNUC__) -#pragma GCC diagnostic warning "-Wall" -#pragma GCC diagnostic warning "-Wextra" -#pragma GCC diagnostic ignored "-Wunused-parameter" -#endif - /* swTimer.c SDK timer suspend API * * SDK software timer API info: