Removed pragma defines that were mistakenly left in

This commit is contained in:
dnc40085 2018-04-22 22:02:55 -07:00
parent 2e201cd835
commit 2735426fc0
1 changed files with 0 additions and 6 deletions

View File

@ -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: