|
1 | 1 | main.cpp
|
2 | 2 | D:\Code\Astro8-Computer\Astro8-Emulator\colorprint.h(89,30): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
3 |
| -D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(411,24): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data |
4 |
| -D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(745,45): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data |
5 |
| -D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(745,32): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data |
6 |
| -D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(845,30): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data |
7 |
| -D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(846,30): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data |
8 |
| -D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(847,30): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data |
9 |
| -D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(848,30): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data |
10 |
| -D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(849,29): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data |
11 |
| -D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(850,29): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data |
12 |
| -D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(954,28): warning C4244: '+=': conversion from 'double' to 'unsigned long', possible loss of data |
13 |
| -D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(957,28): warning C4244: '+=': conversion from 'double' to 'unsigned long', possible loss of data |
14 |
| -D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(960,28): warning C4244: '+=': conversion from 'double' to 'unsigned long', possible loss of data |
15 |
| -D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(1203,32): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data |
16 |
| -D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(2120,42): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data |
| 3 | +D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(409,24): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data |
| 4 | +D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(489,23): warning C5051: attribute 'likely' requires at least '/std:c++20'; ignored |
| 5 | +D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(507,10): warning C4244: '=': conversion from 'uint64_t' to 'int', possible loss of data |
| 6 | +D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(519,32): warning C5051: attribute 'unlikely' requires at least '/std:c++20'; ignored |
| 7 | +D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(585,5): warning C5051: attribute 'likely' requires at least '/std:c++20'; ignored |
| 8 | +D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(614,32): warning C5051: attribute 'unlikely' requires at least '/std:c++20'; ignored |
| 9 | +D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(727,45): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data |
| 10 | +D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(727,32): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data |
| 11 | +D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(827,30): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data |
| 12 | +D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(828,30): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data |
| 13 | +D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(829,30): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data |
| 14 | +D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(830,30): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data |
| 15 | +D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(831,29): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data |
| 16 | +D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(832,29): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data |
| 17 | +D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(936,28): warning C4244: '+=': conversion from 'double' to 'unsigned long', possible loss of data |
| 18 | +D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(939,28): warning C4244: '+=': conversion from 'double' to 'unsigned long', possible loss of data |
| 19 | +D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(942,28): warning C4244: '+=': conversion from 'double' to 'unsigned long', possible loss of data |
| 20 | +D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(1185,32): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data |
| 21 | +D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(2100,42): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data |
17 | 22 | Generating code
|
18 |
| - 1 of 1114 functions (<0.1%) were compiled, the rest were copied from previous compilation. |
| 23 | + 1 of 1068 functions (<0.1%) were compiled, the rest were copied from previous compilation. |
19 | 24 | 0 functions were new in current compilation
|
20 |
| - 3 functions had inline decision re-evaluated but remain unchanged |
| 25 | + 0 functions had inline decision re-evaluated but remain unchanged |
21 | 26 | Finished generating code
|
22 | 27 | Astro8-Emulator.vcxproj -> D:\Code\Astro8-Computer\Astro8-Emulator\x64\Release\Astro8-Emulator.exe
|
0 commit comments