$ cat main.c
int main() {}
$ gcc -c -g -Wall -Wno-long-double main.c
main.c: In function 'main':
main.c:1:1: warning: control reaches end of non-void function
At top level:
cc1: warning: unrecognized command line option "-Wno-long-double"
only when no other warning is present, the warning about the unrecognized
option vanishes:
$ cat main.c
int main() {return 0;}
$ gcc -c -g -Wall -Wno-long-double main.c
$
** Bug watch added: GCC Bugzilla #28322
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28322
** Also affects: gcc via
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28322
Importance: Unknown
Status: Unknown
** Changed in: gcc-4.2 (Ubuntu)
Importance: Undecided => Low
** Changed in: gcc-4.2 (Ubuntu)
Status: Confirmed => Triaged
--
gcc fails when "-Wall" "-Wno-long-double" parametres used together
https://bugs.launchpad.net/bugs/284401
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs