iwd.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* Warnings with gcc 13.1.1
@ 2023-05-09  7:12 Marcel Holtmann
  0 siblings, 0 replies; only message in thread
From: Marcel Holtmann @ 2023-05-09  7:12 UTC (permalink / raw)
  To: iwd

 CC       src/band.o
src/band.c: In function ‘band_freq_to_ht_chandef’:
src/band.c:1263:9: error: ‘width’ may be used uninitialized [-Werror=maybe-uninitialized]
1263 |         switch (width) {
     |         ^~~~~~
src/band.c:1202:33: note: ‘width’ was declared here
1202 |         enum band_chandef_width width;
     |                                 ^~~~~


 CC       src/eap.o
In function ‘eap_handle_response’,
   inlined from ‘eap_rx_packet’ at src/eap.c:570:3:
src/eap.c:421:49: error: ‘vendor_id’ may be used uninitialized [-Werror=maybe-uninitialized]
 421 |         (type == EAP_TYPE_EXPANDED && vendor_id == (id) && vendor_type == (t))
     |                                       ~~~~~~~~~~^~~~~~~
src/eap.c:533:20: note: in expansion of macro ‘IS_EXPANDED_RESPONSE’
 533 |         } else if (IS_EXPANDED_RESPONSE(our_vendor_id, our_vendor_type))
     |                    ^~~~~~~~~~~~~~~~~~~~
src/eap.c: In function ‘eap_rx_packet’:
src/eap.c:431:18: note: ‘vendor_id’ was declared here
 431 |         uint32_t vendor_id;
     |                  ^~~~~~~~~
In function ‘eap_handle_response’,
   inlined from ‘eap_rx_packet’ at src/eap.c:570:3:
src/eap.c:421:57: error: ‘vendor_type’ may be used uninitialized [-Werror=maybe-uninitialized]
 421 |         (type == EAP_TYPE_EXPANDED && vendor_id == (id) && vendor_type == (t))
     |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
src/eap.c:533:20: note: in expansion of macro ‘IS_EXPANDED_RESPONSE’
 533 |         } else if (IS_EXPANDED_RESPONSE(our_vendor_id, our_vendor_type))
     |                    ^~~~~~~~~~~~~~~~~~~~
src/eap.c: In function ‘eap_rx_packet’:
src/eap.c:432:18: note: ‘vendor_type’ was declared here
 432 |         uint32_t vendor_type;
     |                  ^~~~~~~~~~~


 CC       src/eap.o
In function ‘eap_handle_response’,
   inlined from ‘eap_rx_packet’ at src/eap.c:570:3:
src/eap.c:421:57: error: ‘vendor_type’ may be used uninitialized [-Werror=maybe-uninitialized]
 421 |         (type == EAP_TYPE_EXPANDED && vendor_id == (id) && vendor_type == (t))
     |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
src/eap.c:533:20: note: in expansion of macro ‘IS_EXPANDED_RESPONSE’
 533 |         } else if (IS_EXPANDED_RESPONSE(our_vendor_id, our_vendor_type))
     |                    ^~~~~~~~~~~~~~~~~~~~
src/eap.c: In function ‘eap_rx_packet’:
src/eap.c:432:18: note: ‘vendor_type’ was declared here
 432 |         uint32_t vendor_type;
     |                  ^~~~~~~~~~~


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-09  7:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-09  7:12 Warnings with gcc 13.1.1 Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).