Browse Source

Add warning message to warnings_into_errors method

cmd
opilarium 8 years ago
parent
commit
e9caabf069
  1. 7
      src/lib.rs

7
src/lib.rs

@ -402,6 +402,13 @@ impl Config {
/// Set warnings into errors flag.
///
/// Disabled by default.
///
/// Warning: turning warnings into errors only make sense
/// if you are a developer of the crate using gcc-rs.
/// Some warnings only appear on some architecture or
/// specific version of the compiler. Any user of this crate,
/// or any other crate depending on it, could fail during
/// compile time.
///
/// # Example
///

Loading…
Cancel
Save