µVision Build Log
Project:
C:\work\doc\InformaticaIndustrial\Teoria\Sesion2_Punteros\Codigo\Eje5_PunterosAFunciones\ProgramaPunterosAAfunciones.uvproj Project File Date: 01/21/2022Output:
Rebuild target 'Target 1' assembling startup_LPC17xx.s... compiling system_LPC17xx.c... compiling ProgramaPunterosAFunciones.c... ProgramaPunterosAFunciones.c(10): warning: #513-D: a value of type "void *" cannot be assigned to an entity of type "void (*)(int *)" puntero=(void *)Funcion1; //Puntero apunta a la funcion "Funcion1"· ProgramaPunterosAFunciones.c(15): warning: #513-D: a value of type "void *" cannot be assigned to an entity of type "void (*)(int *)" puntero=(void *)Funcion2; //Puntero apunta a la funcion "Funcion2"· ProgramaPunterosAFunciones.c: 2 warnings, 0 errors linking... Program Size: Code=1432 RO-data=236 RW-data=8 ZI-data=608 ".\Programa.axf" - 0 Error(s), 2 Warning(s).