Roverok / libnfc

Automatically exported from code.google.com/p/libnfc
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Warnings while compiling libnfc under Windows using CMake #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. fetch libnfc
2. run CMake
3. run NMake

What do you see ?
[ 44%] Building C object src/lib/CMakeFiles/nfc.dir/drivers/pn53x_usb.c.obj
pn53x_usb.c
C:\Documents and
Settings\Utilisateur\Bureau\libnfc\src\lib\drivers\pn53x_usb.c(91) :
warning C4047: 'return' : 'bool' differs in levels of indirection from 'vo
id *'
C:\Documents and
Settings\Utilisateur\Bureau\libnfc\src\lib\drivers\pn53x_usb.c(93) :
warning C4047: 'return' : 'bool' differs in levels of indirection from 'vo
id *'
[ 50%] Building C object src/lib/CMakeFiles/nfc.dir/buses/uart.c.obj
uart.c

Original issue reported on code.google.com by romu...@libnfc.org on 1 Apr 2010 at 3:24

GoogleCodeExporter commented 9 years ago
Should be fixed in r427.

Original comment by romu...@libnfc.org on 28 May 2010 at 9:55