From c65b6e9f482be2632b52bb5bd40bf15e0caa3b18 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 15 Jun 2009 10:37:32 -0400 Subject: [PATCH] Portability - util.cpp #warning - Removed useless warning pragma - it only confuses people. --- src/util.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/util.cpp b/src/util.cpp index 82759d584..ca0ec667d 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -198,8 +198,6 @@ const std::string uuid () //////////////////////////////////////////////////////////////////////////////// #else -#warning "Using custom UUID generator" - #include static char randomHexDigit () {