summaryrefslogtreecommitdiffstats
path: root/xulrunner/stub/Makefile.in
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-08-18 19:36:56 +0000
committerMoonchild <moonchild@palemoon.org>2020-08-18 19:36:56 +0000
commit46595e390555adf63a6d2e6c6476c4bdd2172cf2 (patch)
treeae763e6538b963104baca484ee870a7d248489b9 /xulrunner/stub/Makefile.in
parent9074e69282caa4cceee26ca9ed42a83fd598265a (diff)
downloadUXP-46595e390555adf63a6d2e6c6476c4bdd2172cf2.tar
UXP-46595e390555adf63a6d2e6c6476c4bdd2172cf2.tar.gz
UXP-46595e390555adf63a6d2e6c6476c4bdd2172cf2.tar.lz
UXP-46595e390555adf63a6d2e6c6476c4bdd2172cf2.tar.xz
UXP-46595e390555adf63a6d2e6c6476c4bdd2172cf2.zip
Issue #457 - Silence SQLite compiler warning
Our use of SQLite explicitly avoids using MSVC's _msize which the lib would notrmally use. This was set up this way in BZ bug 719579 for legitimate reasons (because _msize would end up using the system symbol, which would crash trying to get the size information from jemalloc allocations). Since we build the SQLite lib separately there is no easy way to avoid this warning as it's not directly linked against mozglue.dll which has the jemalloc functions it wants for _msize when not using the system allocator. It is implicitly assuming the function is an extern returning an int (with the call specifically casting to int) which is correct (well, correct _enough_, anyway) so the warning can safely be ignored for our specific use as it all lines up at link time.
Diffstat (limited to 'xulrunner/stub/Makefile.in')
0 files changed, 0 insertions, 0 deletions