klonyyy / STMViewer

Real-time STM32 variable & trace viewer
GNU General Public License v3.0
556 stars 62 forks source link

Fix compilation errors with gcc 13 #15

Closed rafaelmartins closed 11 months ago

rafaelmartins commented 11 months ago

This program fails to build on Linux with gcc-13. My patch fixes it.

klonyyy commented 11 months ago

Hello, thanks for your input. Since the change is really small and is not critical for most users I wouldn't like to merge it directly to main and bump patch version. Let me fix it manually on devel branch since I'm currently working on refactoring.

rafaelmartins commented 11 months ago

sorry, I sent this against main by mistake, it was intended for develop