beejjorgensen/bgc

Missing sentence in "Pointer Pointers and const"?

Closed this issue · 1 comments

In 23.1.1 Pointer Pointers and const, there seems to be a missing sentence after the 4th code block (it ends after "The")

When I build that, I get a warning:

warning: initialization discards ‘const’ qualifier from pointer target type
   7 |     int **q = &p;
     |               ^

What’s going on? The

That is, we’re saying[...]

This has been an amazing guide so far!

Fixed in next rev, thanks!