1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00
vcmi/lib/rmg
Alexander Shishkin b00e935e4d
Warnings fixes (#538)
Warnings fixes
* Suppress `missing-braces` for Clang
* Fixed many C4275 warnings
* Fixed almost all Clang/GCC warnings
* Silence most frequent MSVC warning.
* Fixed some pessimizing-move warnings
* Fixed some unused capture warnings
2019-01-19 13:52:02 +03:00
..
CMapGenerator.cpp Warnings fixes (#538) 2019-01-19 13:52:02 +03:00
CMapGenerator.h Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
CMapGenOptions.cpp fix formatting 2018-10-28 16:36:11 +01:00
CMapGenOptions.h Code style: serialize everything on own lines for easier debugging (#357) 2017-07-31 16:35:42 +03:00
CRmgTemplate.cpp Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
CRmgTemplate.h Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
CRmgTemplateStorage.cpp Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
CRmgTemplateStorage.h Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
CRmgTemplateZone.cpp Warnings fixes (#538) 2019-01-19 13:52:02 +03:00
CRmgTemplateZone.h Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
CZoneGraphGenerator.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CZoneGraphGenerator.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CZonePlacer.cpp Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
CZonePlacer.h Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
float3.h Finished conversion to new logging API 2017-08-11 23:06:27 +03:00