Build started on: 18-01-2024 at 07:04.45
Build ended on: 18-01-2024 at 07:04.49
-------------- Build: Release in File (compiler: GNU GCC Compiler)---------------
mingw32-g++.exe -Wall -fexceptions -O2 -c C:\Source\CPP\Lektion\01Basic\File\work\main.cpp -o obj\Release\main.o
C:\Source\CPP\Lektion\01Basic\File\work\main.cpp: In function 'int main(int, char**, char**)':
C:\Source\CPP\Lektion\01Basic\File\work\main.cpp:199:2: warning: variable 'iE' set but not used [-Wunused-but-set-variable]
iE=0, // Ergebnis
^
mingw32-g++.exe -o bin\Release\file.exe obj\Release\main.o -s
Output file is bin\Release\file.exe with size 802,00 KB
Process terminated with status 0 (0 minute(s), 3 second(s))
0 error(s), 1 warning(s) (0 minute(s), 3 second(s))