taylorconor / tinytetris

80x23 terminal tetris!
Apache License 2.0
2.99k stars 593 forks source link

BUG: Update Pieces #40

Open Nino678190 opened 2 days ago

Nino678190 commented 2 days ago

I get an error while calling function int_update_piece(). Seen here. tinytetris-commented.cpp: In function ‘int update_piece()’: tinytetris-commented.cpp:56:1: warning: no return statement in function returning non-void [-Wreturn-type] 56 | } | ^