1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-01 12:46:38 +02:00
Files
unrealircd/src
Bram Matthys 8484511296 Make Windows build compile without warnings with /W3
Disable these warnings, though:
C4267: downgrade of size_t to int and such. pointless...
C4101: unreferenced local variable
C4018: signed/unsigned mismatch
C4244: implicit conversions with "possible loss of data".
       there are 75+ of them and they are likely all harmless
       and/or intentional (usually plain obvious too)
C4996: fixme! warnings about deprecated functions, currently only for GetVersion..
2019-08-25 13:00:31 +02:00
..
2019-08-15 11:55:18 +02:00
2019-08-16 14:54:28 +02:00
2019-08-22 16:43:05 +02:00
2015-07-14 12:27:20 +02:00
2019-08-13 13:09:49 +02:00
2019-06-26 17:03:07 +02:00
2015-05-20 02:33:48 -04:00
2019-08-22 19:15:16 +02:00
2019-08-19 15:27:03 +02:00
2019-08-23 20:28:48 +02:00
2019-08-20 19:39:04 +02:00