notro / gud

GUD USB Display
155 stars 8 forks source link

f_gud: -Woverflow #8

Closed ZenithalHourlyRate closed 10 months ago

ZenithalHourlyRate commented 2 years ago
drivers/usb/gadget/function/f_gud.c:865:21: warning: conversion from ‘long unsigned int’ to ‘u32’ {aka ‘unsigned int’} changes value fr
om ‘18446744073709551615’ to ‘4294967295’ [-Woverflow]
  865 |  opts->connectors = ~0UL;
      |                     ^

Cross compiler: aarch64-unknown-linux-gnu. For 32bit this is fine but for 64bit this is not ok.