User forums > Nightly builds
The 27 June 2007 build (4190) is out.
thomas:
--- Quote from: Kazade on June 28, 2007, 08:39:36 am ---
--- Quote ---Suggestion for the compile log :
- ability to hide some warnings (and keep others like not using some variables, ...)
--- End quote ---
Hehe, I'm not sure that's a good idea. Warnings are there for a reason :lol:
--- End quote ---
Exactly. If you want to disable certain warnings, you can do that by adding the respective commandline options to compiler flags: http://gcc.gnu.org/onlinedocs/gcc-4.1.0/gcc/Warning-Options.html
(you want the ones starting with -fno-...)
It is usually a better idea to fix the code, though. Although most of the time, things seem to work just fine despite warnings, code that produces warnings may break on some platforms under some conditions, at the most inappropriate and most unpredictable time.
skirby:
Hello,
I am going to play the damned pesky but would it be possible to homogenize spaces/tabs in files from wizard (main.cpp and all other file created with wizard).
There are some files which contains tabs and spaces to indent code.
Depend of Tab options, the code is or isn't correctly indented.
If you want, I can do it and send you the new files.
Biplab:
--- Quote from: skirby on June 28, 2007, 12:02:15 pm ---If you want, I can do it and send you the new files.
--- End quote ---
We'd be happy to get them. :)
skirby:
Ok, I will do it this afternoon.
Do you know if there is any standard in code formatting?
Do you prefer Tab or space from the beginning of a line?
If I have to use spaces, do you prefer 2 or 4 spaces?
Biplab:
--- Quote from: skirby on June 28, 2007, 12:33:12 pm ---Ok, I will do it this afternoon.
Do you know if there is any standard in code formatting?
Do you prefer Tab or space from the beginning of a line?
If I have to use spaces, do you prefer 2 or 4 spaces?
--- End quote ---
Please use 4 Spaces and No Tabs. :)
I'm not sure which files are affected. But it could some of the files I committed. Morten pointed me that problem. :roll:
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version