Message236851
| Author | serhiy.storchaka |
|---|---|
| Recipients | serhiy.storchaka |
| Date | 2015-02-27.22:29:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1425076183.98.0.20319163057.issue23545@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
What if make GCC emit extra warnings? Adding following options: -Wall -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers will make GCC emit all warnings except few types that would produce too many warnings. With these options the compilation is almost clean on 32-bit Linux. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-02-27 22:29:44 | serhiy.storchaka | set | recipients: + serhiy.storchaka |
| 2015-02-27 22:29:43 | serhiy.storchaka | set | messageid: <1425076183.98.0.20319163057.issue23545@psf.upfronthosting.co.za> |
| 2015-02-27 22:29:43 | serhiy.storchaka | link | issue23545 messages |
| 2015-02-27 22:29:43 | serhiy.storchaka | create | |