dxx-rebirth/common
Kp 7045b44386 Move operator*(vm_distance,vm_distance) into class scope
clang -Wunused-function warns about a 'static constexpr' function
defined in a header if the header is ever included in a file which does
not call the function.  Move the function into class scope to silence
the warning and prevent the compiler from considering it when resolving
operator*(T1,T2).

Reported-by: btb <https://github.com/dxx-rebirth/dxx-rebirth/pull/54#issuecomment-86252750>
2015-03-26 02:42:26 +00:00
..
2d Add wrappers for screen width/height 2015-03-22 18:49:21 +00:00
3d
arch Remove unused ogl_extensions_init return value 2015-03-25 01:59:21 +00:00
editor
include Move operator*(vm_distance,vm_distance) into class scope 2015-03-26 02:42:26 +00:00
main Use enum for kmatrix_view result 2015-03-24 02:07:42 +00:00
maths
misc
texmap
ui Make file_get*list static 2015-03-22 18:49:21 +00:00