Browse Source

Fixed warning

master
Artyom Beilis 7 years ago
parent
commit
4174e495ac
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      booster/booster/aio/aio_category.h

+ 1
- 1
booster/booster/aio/aio_category.h View File

@@ -48,7 +48,7 @@ namespace aio {
///
/// aio category object reference
///
static aio_error::category const &aio_error_cat = aio_error::get_category();
BOOSTER_UNUSED static aio_error::category const &aio_error_cat = aio_error::get_category();
}
} // booster



Loading…
Cancel
Save