mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-26 18:52:26 +00:00
Fix a couple of warnings.
[SVN r57768]
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
|
||||
namespace quickbook
|
||||
{
|
||||
char const* quickbook_get_date = "__quickbook_get_date__";
|
||||
char const* quickbook_get_time = "__quickbook_get_time__";
|
||||
|
||||
namespace {
|
||||
std::string fully_qualified_id(std::string const& library_id,
|
||||
std::string const& qualified_section_id,
|
||||
|
||||
@@ -286,11 +286,8 @@ namespace quickbook
|
||||
collector& out;
|
||||
};
|
||||
|
||||
namespace
|
||||
{
|
||||
char const* quickbook_get_date = "__quickbook_get_date__";
|
||||
char const* quickbook_get_time = "__quickbook_get_time__";
|
||||
}
|
||||
extern char const* quickbook_get_date;
|
||||
extern char const* quickbook_get_time;
|
||||
|
||||
struct do_macro_action
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user