# ITK 4.13.2 - NUmerics traits

**URL:** https://discourse.itk.org/t/itk-4-13-2-numerics-traits/1862
**Category:** Community
**Created:** [May 11, 2019, 2:42pm UTC](https://discourse.itk.org/t/itk-4-13-2-numerics-traits/1862 "2019-05-11T14:42:31Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![pedromorais17](https://discourse.itk.org/letter_avatar_proxy/v4/letter/p/ac8455/32.png) [@pedromorais17](https://discourse.itk.org/u/pedromorais17)
#### Post date: [May 11, 2019, 2:42pm UTC](https://discourse.itk.org/t/itk-4-13-2-numerics-traits/1862/1 "2019-05-11T14:42:31Z")

</div>

Hi all,

While compiling a simple ITK example from the ITK website, I’m receving a set of error messages related to itk::NumericTraits.

Example:

member “itk::NumericTraits::One” may not be initialized

Although this not influence the program (I can run it), I would like to remove this error from my compilation. Do you have a suggestion?

---

<div class="post-metadata">

### Author: ![matt.mccormick](https://discourse.itk.org/user_avatar/discourse.itk.org/matt.mccormick/32/7_2.png) [@matt.mccormick](https://discourse.itk.org/u/matt.mccormick)
#### Post date: [May 12, 2019, 2:44pm UTC](https://discourse.itk.org/t/itk-4-13-2-numerics-traits/1862/2 "2019-05-12T14:44:18Z")

</div>

Hi @pedromorais17,

Welcome to the ITK Community! 😄

Sharing the specific message will help confirm, but this sounds like a familiar compiler warning instead of an error; this particular warning can be safely ignored.

However, please try [ITK 5.0 RC2](https://discourse.itk.org/t/itk-5-0-release-candidate-2-spatial-objects/1832) – the warning should be addressed there.
