tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] LOTS of warnings when using function pointers.


From: Mario Rugiero
Subject: [Tinycc-devel] LOTS of warnings when using function pointers.
Date: Sun, 7 Jul 2013 20:53:34 -0300

Hi, I'm building a project on Xubuntu 13.04 on an AMD64 computer.
This project is a game engine in C and makes use of function pointers, and every time the compiler finds one of them throws this kind of warning:
CMakeFiles/wolf3dredux.dir/unix/unix_system.c.o: error: 'pfSqrt' defined twice
new_bind=1 new_shndx=3 new_vis=0 old_bind=1 old_shndx=3 old_vis=0

I checked there are no multiple definitions actually, so I have no idea what causes this warnings.

Also, the latter message seems to be sent in an asynchronous way that leads to odd line breakages (it prints a multiple of four number of characters, then prints a bunch of warnings like the first, and then continue with the rest of the broken line).

reply via email to

[Prev in Thread] Current Thread [Next in Thread]