Revision 6d5d8856 core/src/aos_system.c

View differences:

core/src/aos_system.c
617 617
#endif /* AMIROOS_CFG_TESTS_ENABLE == true */
618 618
#endif /* AMIROOS_CFG_SHELL_ENABLE == true */
619 619

  
620
// suppress warning in case no interrupt GPIOs are defined
621
#pragma GCC diagnostic push
622
#pragma GCC diagnostic ignored "-Wunused-function"
620 623
/**
621 624
 * @brief   Generic callback function for GPIO interrupts.
622 625
 *
......
632 635

  
633 636
  return;
634 637
}
638
#pragma GCC diagnostic pop
635 639

  
636 640
#if ((AMIROOS_CFG_SSSP_ENABLE == true) && (AMIROOS_CFG_SSSP_MASTER != true)) || defined(__DOXYGEN__)
637 641
/**

Also available in: Unified diff