Opened 12 months ago
Closed 6 months ago
#530 closed defect (fixed)
Linux compilation on RHEL5
| Reported by: | sebastienp | Owned by: | mickem |
|---|---|---|---|
| Priority: | 1 | Milestone: | 0.4.1 |
| Component: | CheckDisk | Version: | 0.4.0 |
| Severity: | Patches | Keywords: | |
| Cc: |
Description
Hi,
problem when compiling on rhel5 with gcc:
include/strEx.h:461: error: integer constant is too large for ‘long’ type
please use 11644473600LL instead of 11644473600 as gcc is very strict.
Change History (4)
comment:1 Changed 12 months ago by mickem
- Status changed from new to assigned
comment:2 Changed 11 months ago by mickem
Not sure if RHEL runs with -Wpedantic but at least now most of -Wall have been fixed...
comment:3 Changed 11 months ago by mickem
Actually noticed I had -pedantic on...
DO you know which warning level you used?
Michael Medin
comment:4 Changed 6 months ago by mickem
- Resolution set to fixed
- Status changed from assigned to closed
Closing this as it complies on centos which is the equivalence of redhat
MickeM
Note: See
TracTickets for help on using
tickets.









I will try to fix all warnings from gcc in the coming months but it is "low priority" right now as I want to add some features first :)
But feel free to point them out and/or submit patches for fixes for these things...
Michael Medin