1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-06 18:57:45 +00:00
Commit graph

6 commits

Author SHA1 Message Date
Reyli
9435e6e66a General warning cleanup 1
* A lot of hit has to do with size_t being unsigned long long in 64 bit.
  - Just explicitly casting for a lot of cases removes the warning
* Good bit are also the differences in struct definitions to match packets and function definitions
  - Also just cast to fix
* Used a lot of #pragma warning( disable : 4244/4267 ) for template warnings
* InviteHandlers.cpp line 118 was definitely a typo bug. Needed assignment "=" instead of "=="
2024-06-21 03:01:16 -05:00
Maple
84eb23cdfb Fix building on latest *nux 2023-01-25 22:51:19 -03:00
NotAdam
99604a589c should actually build now... hopefully... 2019-10-14 19:12:17 +11:00
mordred
9f48ccf56a Linux buildfix 2018-10-26 23:07:55 +02:00
Mordred
53adc6a74e Fixing mysql includes 2018-10-26 19:12:55 +02:00
NotAdam
bfa6dd1b30 remove sapphirelibs, move to deps folder 2018-10-24 23:31:26 +11:00