samples/net: Update README file w.r.t compiler warnings

README files are updated to include information about the
warnings displayed by the compiler.

Applications affected: DNS, NATS and MQTT.

Jira: ZEP-681

Change-Id: I482c3bbf37c5d9af3bb43b7ef5e58957bac2852a
Signed-off-by: Flavio Santes <flavio.santes@intel.com>
This commit is contained in:
Flavio Santes 2016-08-10 20:16:21 -05:00 committed by Inaky Perez-Gonzalez
commit d7555dbe21
5 changed files with 50 additions and 0 deletions

View file

@ -137,3 +137,13 @@ Usage
Response: IP address Size: 4: 63 80 4 161
[fiber:102] DNS Response: OK
Compiler Warnings
-----------------
The network layer used in this sample code will be replaced once the
new IP stack is ready. So, "netz" is tagged as "deprecated" and the
following warnings will be displayed by the compiler:
warning: 'netz_tx' is deprecated [-Wdeprecated-declarations]

View file

@ -106,3 +106,13 @@ Final remarks
Full NATS support is not yet achieved. However, current publisher
and subscriber routines are enough to write basic NATS applications.
Compiler Warnings
-----------------
The network layer used in this sample code will be replaced once the
new IP stack is ready. So, "netz" is tagged as "deprecated" and the
following warnings will be displayed by the compiler:
warning: 'netz_tx' is deprecated [-Wdeprecated-declarations]

View file

@ -92,3 +92,13 @@ Final remarks
Full NATS support is not yet achieved. However, current publisher
and subscriber routines are enough to write basic NATS applications.
Compiler Warnings
-----------------
The network layer used in this sample code will be replaced once the
new IP stack is ready. So, "netz" is tagged as "deprecated" and the
following warnings will be displayed by the compiler:
warning: 'netz_tx' is deprecated [-Wdeprecated-declarations]

View file

@ -120,3 +120,13 @@ The provided source code perhaps does not exemplify the best way to use
Paho's MQTT in Zephyr. For example, PINGREQ must be sent periodically,
but not too often as in this use-case. Furthermore, DISCONNECT is never
used here.
Compiler Warnings
-----------------
The network layer used in this sample code will be replaced once the
new IP stack is ready. So, "netz" is tagged as "deprecated" and the
following warnings will be displayed by the compiler:
warning: 'netz_tx' is deprecated [-Wdeprecated-declarations]

View file

@ -119,3 +119,13 @@ Troubleshooting
with the server. This is the expected behavior.
* A network error. Check the LAN or the mosquitto server.
Compiler Warnings
-----------------
The network layer used in this sample code will be replaced once the
new IP stack is ready. So, "netz" is tagged as "deprecated" and the
following warnings will be displayed by the compiler:
warning: 'netz_tx' is deprecated [-Wdeprecated-declarations]