LilyGo T-Display ESP32-S3 strange warning in pio: right shift count >= width of type [-Wshift-count-overflow] #2519
pdurys
started this conversation in
Compatible displays and setup files
Replies: 1 comment 1 reply
-
I think this is sorted in the github master. It will only cause a problem for TFT reads. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
This is just warning. Application works as expected. I am trying to nail compiler why is shouting on me.
In standard Setup206_LilyGo_T_Display_S3.h file i have warnings "right shift count >= width of type [-Wshift-count-overflow]" in lines TFT_D0 - TFT_D7
Does anybody knows why is that?
As said it is not a problem at all. I just do not understand why preprocessor / complier shouts that error on several lines not bother about others.
Beta Was this translation helpful? Give feedback.
All reactions