Aspect1337 / HotelManagement_System

A console-based interpreter for booking dynamic hotel systems
2 stars 0 forks source link

in createAccount.cpp dosent return anything #2

Closed Lemorz56 closed 4 years ago

Lemorz56 commented 4 years ago

https://github.com/Aspect1337/HotelManagement_System/blob/9453ce87dc5158d92731d1cd1e9ef23fd163081d/createAccount.cpp#L45-L60

Är tanken att det ska vara en Overload function eller bara missat typ?

Lemorz56 commented 4 years ago
C:\Users\Sebastian\Desktop\GitHotel\HotelManagement_System\createAccount.cpp: In function 'user newAccount()':
C:\Users\Sebastian\Desktop\GitHotel\HotelManagement_System\createAccount.cpp:60:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
Aspect1337 commented 4 years ago

Gjort om till en void funktion ( av någon anledning så funkade det för mig endå)