stransky / berusky2

Berusky 2 (Bugs Escape 3D) is a game that challenges your visual/spatial thinking and ability to find a way to resolve a logic task. Using five bugs, you'll go through an adventure full of various puzzles spread across nine episodes. Individual episodes differ in appearance and difficulty, which increases throughout the game.
http://anakreon.cz/en/Berusky2.htm
GNU General Public License v3.0
15 stars 3 forks source link

Implicit declaration adas/ogg_stream.c:548 #27

Open apoleon opened 10 years ago

apoleon commented 10 years ago

Hello,

sorry I forgot to forward this compiler warning from gcc 4.8.

Implicit declaration adas/ogg_stream.c:548

"Implicit declaration means a function is used without being declared, which means C knows nothing about the number of arguments, types of arguments or type of the return value.

This is dangerous as it might hide issues the compiler could otherwise warn about or cause bad code."