victorprad / InfiniTAM

A Framework for the Volumetric Integration of Depth Images
http://www.infinitam.org
Other
922 stars 351 forks source link

Fix the escape key switch case. #14

Closed sgolodetz closed 9 years ago

sgolodetz commented 9 years ago

/Users/stuart/programs/InfiniTAM/InfiniTAM/Engine/UIEngine.cpp:177:7: warning: multi-character character constant [-Wmultichar] case '27': // esc key ^ /Users/stuart/programs/InfiniTAM/InfiniTAM/Engine/UIEngine.cpp:177:7: warning: overflow converting case value to switch condition type (12855 to 55) [-Wswitch] 2 warnings generated.