dxx-rebirth/common/include
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
..
editor Simplify assign_light_to_side 2015-02-27 03:30:33 +00:00
3d.h Move Vertex_list to local scope 2015-03-11 02:19:15 +00:00
args.h Merge branch 'unification/master' into unification/syncgl_v2 2015-03-23 20:18:17 +01:00
byteutil.h Convert {GET,PUT}_INTEL_{SHORT,INT} to C++ casts 2015-02-14 22:48:29 +00:00
compiler-addressof.h
compiler-array.h
compiler-begin.h
compiler-exchange.h
compiler-integer_sequence.h
compiler-lengthof.h
compiler-make_unique.h Fix build when using make_unique emulation 2015-01-18 01:58:34 +00:00
compiler-range_for.h
compiler-static_assert.h
compiler-type_traits.h
console.h Add compile-time check for trailing con_printf newline 2015-02-13 03:27:28 +00:00
countarray.h
digi_audio.h
digi_mixer.h
digi_mixer_music.h
dxxerror.h Abstract socket array/sockaddr dispatch 2015-01-18 01:58:33 +00:00
event.h Pass selection for EVENT_NEWMENU_CHANGED 2015-02-28 22:34:07 +00:00
fmtcheck.h
func.h
fwd-partial_range.h Use 'class' for partial_range_t declaration 2015-02-20 03:00:46 +00:00
fwdvalptridx.h
gr.h Remove redundant sc_mode 2015-03-22 18:49:21 +00:00
grdef.h
hash.h
highest_valid.h
hmp.h
iff.h Pass iff_read_bitmap arg by & 2015-01-25 05:32:44 +00:00
ignorecase.h
internal.h Make sdl_video_flags static 2015-03-22 18:49:21 +00:00
interp.h Fix startup trap with D1 shareware data 2015-03-20 03:30:20 +00:00
joy.h
jukebox.h Fix clang -Wmissing-braces warnings 2015-03-22 18:49:21 +00:00
key.h
loadgl.h
makesig.h
maths.h Remove unused cos from fix_fastsincos 2015-02-05 03:03:50 +00:00
messagebox.h
mouse.h
ntstring.h Pack ntstrings in transit 2015-01-18 01:58:32 +00:00
ogl_extensions.h Remove unused ogl_extensions_init return value 2015-03-25 01:59:21 +00:00
ogl_init.h Make sdl_video_flags static 2015-03-22 18:49:21 +00:00
ogl_sync.h move GL synchronization code into its own class 2015-03-22 21:19:06 +01:00
pack.h
palette.h
partial_range.h Refactor check_partial_range size lookup 2015-02-28 19:36:00 +00:00
pcx.h
physfs-serial.h
physfsx.h Remove RAIIdmem::operator pointer 2015-02-17 03:52:59 +00:00
poison.h Add support for poison=overwrite 2015-01-03 23:44:32 +00:00
pstypes.h Fix Win64 startup crash 2015-03-19 02:31:22 +00:00
rbaudio.h
reverse.h
rle.h Remove __attribute_warn_unused_result on gr_rle_decode 2015-02-19 03:20:53 +00:00
serial.h Make udt_to_message __attribute__((unused)) 2015-02-05 03:03:50 +00:00
strictindex.h
strutil.h Fix adding string to empty string_array_t 2015-01-17 18:31:42 +00:00
texmap.h Move Vertex_list to local scope 2015-03-11 02:19:15 +00:00
timer.h Return timer_query() from timer_update() 2015-02-05 03:03:48 +00:00
u_mem.h Remove RAIIdmem::operator pointer 2015-02-17 03:52:59 +00:00
ui.h Make file_get*list static 2015-03-22 18:49:21 +00:00
valptridx.h Explicitly delete valptridx inequality operators 2015-02-14 22:48:30 +00:00
varutil.h
vecmat.h Move operator*(vm_distance,vm_distance) into class scope 2015-03-26 02:42:26 +00:00
window.h Convert frequently used casts to C++ casts 2015-02-05 03:03:49 +00:00