Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed compiler warning src/tusb.c #2490

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Conversation

IngHK
Copy link

@IngHK IngHK commented Feb 24, 2024

../tinyusb/src/tusb.c: In function 'tu_print_mem':
../tinyusb/src/tusb.c:480:16: warning: conversion from 'int' to 'char' may change value [-Wconversion]
  480 |   format[2] += 2*size;
      |                ^

Copy link
Owner

@hathach hathach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

look good, thank you

@hathach hathach merged commit 2720392 into hathach:master Feb 26, 2024
49 checks passed
@IngHK IngHK deleted the compiler_warning branch February 26, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants