Eliminate some new warnings found in build testing

This commit is contained in:
Gregory Nutt
2019-08-19 17:49:21 -06:00
parent c184d8fca3
commit faf8bdcbf8
4 changed files with 5 additions and 2 deletions
+1
View File
@@ -55,6 +55,7 @@
#include "imxrt_clockconfig.h" #include "imxrt_clockconfig.h"
#include "imxrt_mpuinit.h" #include "imxrt_mpuinit.h"
#include "imxrt_userspace.h" #include "imxrt_userspace.h"
#include "imxrt_serial.h"
#include "imxrt_start.h" #include "imxrt_start.h"
#include "imxrt_gpio.h" #include "imxrt_gpio.h"
+3
View File
@@ -108,3 +108,6 @@ Configurations
Configures the NuttShell (nsh) located at apps/examples/nsh. Support Configures the NuttShell (nsh) located at apps/examples/nsh. Support
for builtin applications is enabled, but in the base configuration no for builtin applications is enabled, but in the base configuration no
builtin applications are selected. builtin applications are selected.
NOTE: This is a very minimal NSH configuration in order to recude
memory usage. Most of the NSH niceties are not available.
+1 -1
View File
@@ -100,7 +100,7 @@ Configurations
115,200 8N1. This corresponds to the OpenSDA VCOM port. 115,200 8N1. This corresponds to the OpenSDA VCOM port.
Configuration Sub-directories Configuration Sub-directories
------------------------- -----------------------------
nsh: nsh:
--- ---
-1
View File
@@ -457,7 +457,6 @@ void mac802154_txdone_assocreq(FAR struct ieee802154_privmac_s *priv,
FAR struct ieee802154_txdesc_s *txdesc) FAR struct ieee802154_txdesc_s *txdesc)
{ {
enum ieee802154_status_e status; enum ieee802154_status_e status;
FAR struct ieee802154_txdesc_s *respdesc;
FAR struct ieee802154_primitive_s *primitive = FAR struct ieee802154_primitive_s *primitive =
(FAR struct ieee802154_primitive_s *)txdesc->conf; (FAR struct ieee802154_primitive_s *)txdesc->conf;