Comment 40 for bug 986611

Revision history for this message
GunChleoc (gunchleoc) wrote :

There is a C++ default function that is also called "log" and which returns a double

http://www.cplusplus.com/reference/cmath/log/

Our log function returns void. We can probably shut these up by explicitly including "base/log.h".