Portability - util.cpp #warning

- Removed useless warning pragma - it only confuses people.
This commit is contained in:
Paul Beckingham 2009-06-15 10:37:32 -04:00
parent 91da9440c5
commit c65b6e9f48

View file

@ -198,8 +198,6 @@ const std::string uuid ()
////////////////////////////////////////////////////////////////////////////////
#else
#warning "Using custom UUID generator"
#include <stdlib.h>
static char randomHexDigit ()
{