summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_29_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-05-01 08:24:49 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-05-01 08:24:49 +0200
commitec914b26bb618c14893d4302d689e3b596fcfe14 (patch)
treea1edc0142611f96633932c8cd2f73372501a20e4 /ACE/tests/Compiler_Features_29_Test.cpp
parentae39042c3ffdd67269848432410289e4d3c7550f (diff)
downloadATCD-ec914b26bb618c14893d4302d689e3b596fcfe14.tar.gz
Fixed compiler warning with vc14 rc
* ACE/tests/Compiler_Features_29_Test.cpp:
Diffstat (limited to 'ACE/tests/Compiler_Features_29_Test.cpp')
-rw-r--r--ACE/tests/Compiler_Features_29_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Compiler_Features_29_Test.cpp b/ACE/tests/Compiler_Features_29_Test.cpp
index b9e49cff12a..a74d2bcd212 100644
--- a/ACE/tests/Compiler_Features_29_Test.cpp
+++ b/ACE/tests/Compiler_Features_29_Test.cpp
@@ -13,7 +13,7 @@ class A
{
public:
static constexpr char const* adapter_name = "A";
- static constexpr float pi = 3.14150;
+ static constexpr float pi = 3.14150f;
};
int