Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.
This repository was archived by the owner on May 7, 2024. It is now read-only.

Compiler Warnings #3

@enryH

Description

@enryH
  • Arduino board: UNO R3

  • Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.12

  • PlatformIO Core version, if you use PlatformIO (found in VS Code tab): INSERT
    PLATFORMIO CORE VERSION HERE

  • List the steps to reproduce the problem below (if possible attach a sketch or
    copy the sketch code in too):

Compile example from Arduino IDE in File -> Examples -> Adeon -> SIMComGsm.ino

C:\Arduino\libraries\Adeon\src\utility\MD5.cpp: In static member function 'static void MD5::MD5Update(void*, const void*, size_t)':

C:\Arduino\libraries\Adeon\src\utility\MD5.cpp:215:21: warning: right shift count >= width of type [-Wshift-count-overflow]

  ctx->hi += size >> 29;

                     ^~

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions