sifadil / pcsx2-playground

Automatically exported from code.google.com/p/pcsx2-playground
2 stars 0 forks source link

gcc 4.2 could not compile sources rev 213 #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I use ubintu/hardy, so gcc 4.2 is my choice. But it could not complile
current 213 revision, because there is Wno-empty-body flag in
WARNINGS_FLAGS (in configure.ac), and this option appeared only in gcc 4.3
(such a pity). Well, I remove this option for myself, but I think that it
is little uneasy to require such a modern compilation? 

Original issue reported on code.google.com by Zeydl...@gmail.com on 18 Oct 2008 at 5:34

GoogleCodeExporter commented 8 years ago
I'll change that, I didn't realize it was gcc 4.3 only, and there are a lot of
irrelevant warnings being generated that I was turning off with that flag.

Original comment by arcum42@gmail.com on 18 Oct 2008 at 11:57

GoogleCodeExporter commented 8 years ago
Fixed as of r215. I got rid of -Wextra entirely instead of using 
-Wno-empty-body,
till I have time to fiddle with making warnings and compiler options version 
specific
(which I probably will do at some point; -march=native would be nice, and I 
believe
was gcc 4.3 specific).

Original comment by arcum42@gmail.com on 19 Oct 2008 at 12:13