]> granicus.if.org Git - libexpat/commit
Address 64bit MinGW compile warning (fixes #15)
authorSebastian Pipping <sebastian@pipping.org>
Thu, 16 Mar 2017 14:51:33 +0000 (15:51 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Thu, 16 Mar 2017 14:54:45 +0000 (15:54 +0100)
commit863c43087f1848ca48e873d53751b09026511053
tree18d962b0a5a3d4d052d9c25f9be8f216e9c993d4
parentff9cf997fb2dfff72cb1c62d3de64b0315f279a8
Address 64bit MinGW compile warning (fixes #15)

../../../xmlparse.c: In function â€˜generate_hash_secret_salt’:
../../../xmlparse.c:725:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       gather_time_entropy() ^ getpid() ^ (unsigned long)parser;
                                          ^

Thanks to Viktor Szakats.
expat/Changes
expat/lib/xmlparse.c