Re: [Elementary-dev-community] On compiler warnings

2013-09-03 Thread Sergey "Shnatsel" Davidoff
So we can suppress C warnings altogether - good! I hear Midori has moved to CMake (W00T FINALLY!!!), so we could probably just copy the relevant snippents from its CMakeLists.txt? What are those snippets exactly? -- Sergey "Shnatsel" Davidoff OS architect @ elementary -- Mailing list: https://l

Re: [Elementary-dev-community] On compiler warnings

2013-09-01 Thread Christian Dywan
Am 02.09.2013 00:40, schrieb Sergey "Shnatsel" Davidoff: > Hey guys, > > I've had a look at what our programs output at build time, and turns > out the build output consists of a mix of from gcc and valac warnings, > so it's hard to make out which error comes from which compiler. To > make matters

Re: [Elementary-dev-community] On compiler warnings

2013-09-01 Thread Daniele S.
I don't know if the GCC warnings are to be ignored, however if you want to separate them from the build output just run make 2> warnings.log 2013/9/2 Sergey "Shnatsel" Davidoff > Hey guys, > > I've had a look at what our programs output at build time, and turns out > the build output consists

[Elementary-dev-community] On compiler warnings

2013-09-01 Thread Sergey "Shnatsel" Davidoff
Hey guys, I've had a look at what our programs output at build time, and turns out the build output consists of a mix of from gcc and valac warnings, so it's hard to make out which error comes from which compiler. To make matters worse, the build output is dominated by "Building some_long_filename