Changes between Initial Version and Version 1 of Ticket #3727, comment 18
- Timestamp:
- 11/18/16 07:22:27 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3727, comment 18
initial v1 4 4 > https://travis-ci.org/MidnightCommander/mc/builds/176764806 5 5 6 Hi again. I took a look at your link, and it points out a bug in the mc MAKEFILE compilation directives, or at least an inconsistency between the mc MAKEFILE is directing my local machine and what TRAVIS is performing.6 Hi again. I took a look at your link, and it points out a bug in the mc MAKEFILE compilation directives, or at least an inconsistency between what the mc MAKEFILE is directing my local machine and what TRAVIS is performing. 7 7 8 8 The travis output log indicates that it registered a failure (line 2604) because it was treating all warnings being as errors. That isn't how the mc MAKEFILE is directing my local build. In fact, my local build flags other warnings elsewhere in the mc build.