Ignore:
Timestamp:
Sep 16, 2015, 1:40:55 AM (8 years ago)
Author:
Peter
Message:

merge from 0.13-stable branch. Avoid compiler warnings also in trunk.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/README.developer

    r3417 r3423  
    153153
    154154
     155== Avoid compiler warnings from hts.h ==
     156
     157When compiling with GCC in C++98 mode with -pedantic (as is
     158recommended under development) the file 'htslib/hts.h' will cause
     159warnings if it's not installed as system header. You can avoid this
     160warning by replacing CPPFLAGS=-I/path/to/htslib with
     161CPPFLAGS="-isystem /path/to/htslib".
     162
    155163= Release Procedure =
    156164
Note: See TracChangeset for help on using the changeset viewer.