0
I’m trying to make a simple stack implementation, however the message appears:
Warning: initialization from incompatible Pointer type -Wincompatible-Pointer-types
This Warning appears on both line 20 and line 29. These pointers are of the same type (no*) and the implementation works correctly. Can someone help me?
Do not put the code as an image, add it to the question, formatting it appropriately
– Isac