What is the meaning of this warning message? "warning: 'prog_uint8_t' is deprecated [-Wdeprecated-declarations]" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 23

What is the meaning of this warning message? "warning: 'prog_uint8_t' is deprecated [-Wdeprecated-declarations]"

Image Screenshot of warning message: https://postimg.org/image/wfo1507kr/ I tried to verify my program in Arduino 1.6.9 IDE. My source code documentation: https://www.dropbox.com/sh/xdt62ah23b5aup0/AACEJU0-LBg8ZHF-FuYuK4wfa?dl=0

29th Nov 2017, 10:55 AM
Adi Pratama
Adi Pratama - avatar
3 Answers
+ 4
Hi, Adi. I believe that this is similar to Android, in which a deprecated statement, method, etc, as stated by @Gordie, is one that is no longer commonly used and/or has been improved on. Try looking up the statement/method/etc. on the Internet, and see if it gives the most recent/efficient statement/method/etc. to replace it. Good luck. Try this: https://forum.mutable-instruments.net/t/solved-error-prog-uint8-t-does-not-name-a-type/2656
30th Nov 2017, 10:52 AM
Jacob Duelz
Jacob Duelz - avatar
+ 3
oooh arduino)
29th Nov 2017, 11:34 AM
Dan
Dan - avatar
+ 3
are you an engineer?
29th Nov 2017, 11:39 AM
Dan
Dan - avatar