CSAILVision / LabelMeAnnotationTool

Source code for the LabelMe annotation tool.
MIT License
1.38k stars 436 forks source link

Fixed dangerous return of ptr to stack address in getProb #22

Closed bsb20 closed 8 years ago

bsb20 commented 8 years ago
-Can cause undefined behaviour
-Silenced the following emcc warning:
example.cpp:162:12: warning: address of stack memory associated with
local variable 'probForeground' returned [-Wreturn-stack-address]
    return probForeground;

-Sorry about the whitespace differences, feel free to reformat to your standards,

xavierpuigf commented 8 years ago

Thank you, I committed the changes regarding the emcc warning to the main branch.