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 Move Vertex_list to local scope 2015-03-11 02:19:15 +00:00
arch Remove unused ogl_extensions_init return value 2015-03-25 01:59:21 +00:00
editor Propagate for variables in common/editor/func.cpp 2014-09-26 02:42:14 +00:00
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 Propagate special types for distance/magnitude 2015-03-12 02:21:19 +00:00
misc Enable nested INI files 2015-03-22 18:49:21 +00:00
texmap Move Vertex_list to local scope 2015-03-11 02:19:15 +00:00
ui Make file_get*list static 2015-03-22 18:49:21 +00:00