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
main.cpp: In function ‘noisy_and_big* get_noisy_and_big(const char*)’: main.cpp:14:1: warning: no return statement in function returning non-void [-Wreturn-type] 14 | } | ^ constructing noisy noisy and big: a big, big buffer destroying noisy
I don't get why the return was omitted, and why it returns correctly? Thanks.
The text was updated successfully, but these errors were encountered:
I get
main.cpp: In function ‘noisy_and_big* get_noisy_and_big(const char*)’: main.cpp:14:1: warning: no return statement in function returning non-void [-Wreturn-type] 14 | } | ^ constructing noisy noisy and big: a big, big buffer destroying noisy
I don't get why the return was omitted, and why it returns correctly? Thanks.
The text was updated successfully, but these errors were encountered: