You are not logged in.
Pages: 1
Shash
What I wanted to know is if these warnings can generate errors in the emulator in the future. They can?
Replies 2. Views 126.
Somebody there?
Okay. I fix the problem with strdup, but this:
mc.c
c:\downloads\desmume\src\mc.c(190) : warning C4047: '=' : 'char *' differs in levels of indirection from 'int'How solve?
Shash
These fixes go to enter in practical in 0.8.0 version?
When i complete the compile of desmume cvs, the log show three warnings:
------ Build started: Project: DeSmuME, Configuration: Debug Win32 ------
Compiling...
wifi.c
tileView.c
thumb_instructions.c
SPU.c
snddx.c
saves.c
ROMReader.c
render3D.c
palView.c
OGLRender.c
oamView.c
NDSSystem.c
c:\downloads\desmume\src\ndssystem.c(202) : warning C4996: 'strdup' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(205) : see declaration of 'strdup'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
MMU.c
memView.c
mc.c
c:\downloads\desmume\src\mc.c(190) : warning C4047: '=' : 'char *' differs in levels of indirection from 'int'
matrix.c
mapView.c
main.c
IORegView.c
GPU.c
Generating Code...
Compiling...
ginfo.c
fs-windows.c
FirmConfig.c
FIFO.c
disView.c
Disassembler.c
debug.c
c:\downloads\desmume\src\debug.c(36) : warning C4996: 'strdup' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(205) : see declaration of 'strdup'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
CWindow.c
cp15.c
ConfigKeys.c
cflash.c
bios.c
armcpu.c
arm_instructions.c
Generating Code...
Build log was saved at "file://c:\Downloads\desmume\src\windows\Debug\BuildLog.htm"
DeSmuME - 0 error(s), 3 warning(s)
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
The emulator runs, apparently, okay, but i wanted to know:
These warnings are nomal?
It's possible to solve these problems? How?
I can use the emulator without problems referring to they in future?
It's just this. Bye.
Pages: 1