fix inlining warnings
commit19da83f2aa9e79f92ac8d87e37dc4656e622ff7a
authorSean Cannella <seanc@fb.com>
Mon, 9 Sep 2013 17:18:12 +0000 (9 10:18 -0700)
committerSara Golemon <sgolemon@fb.com>
Mon, 9 Sep 2013 17:28:10 +0000 (9 10:28 -0700)
tree31973617135ac538d0d956bd67fe2ed32ad9ce34
parent313417670ca5c3c1783ce49d3e3caf00ea6b5c47
fix inlining warnings

Noticed these warnings when building on OSX.

Reviewed By: @jdelong

Differential Revision: D958997
32 files changed:
hphp/runtime/base/array-data.h
hphp/runtime/base/array-iterator.cpp
hphp/runtime/base/datatype.h
hphp/runtime/base/hphp-array-defs.h
hphp/runtime/base/hphp-array.cpp
hphp/runtime/base/memory-manager-inl.h
hphp/runtime/base/object-data.cpp
hphp/runtime/base/object-data.h
hphp/runtime/base/ref-data.h
hphp/runtime/base/resource-data.h
hphp/runtime/base/smart-allocator.h
hphp/runtime/base/string-data.cpp
hphp/runtime/base/string-data.h
hphp/runtime/base/tv-helpers.h
hphp/runtime/base/type-array.cpp
hphp/runtime/base/type-variant.cpp
hphp/runtime/base/type-variant.h
hphp/runtime/ext/ext_collections.cpp
hphp/runtime/ext/ext_string.cpp
hphp/runtime/vm/bytecode.cpp
hphp/runtime/vm/bytecode.h
hphp/runtime/vm/func-inline.h
hphp/runtime/vm/jit/code-gen-helpers.cpp
hphp/runtime/vm/member-operations.h
hphp/runtime/vm/runtime.h
hphp/runtime/vm/unit.h
hphp/util/asm-x64.h
hphp/util/hash.h
hphp/util/util.h
hphp/util/vdso.cpp
hphp/util/vdso.h
hphp/util/word-same.h