You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<source>:7:5: warning: pointee of variable 'ip' of type 'int *' can be declared 'const' [misc-const-correctness]
7 | int* ip = &i;
| ^
| const
1 warning generated.