mirror of
https://github.com/NixOS/nix
synced 2025-07-06 13:21:47 +02:00
Shut up some warnings
This commit is contained in:
parent
dd3714f6ef
commit
f8a2e8a552
6 changed files with 17 additions and 13 deletions
|
@ -37,6 +37,13 @@ namespace {
|
|||
os.str(emptyStr);
|
||||
}
|
||||
|
||||
void do_pad( std::string & s,
|
||||
std::streamsize w,
|
||||
const char c,
|
||||
std::ios::fmtflags f,
|
||||
bool center)
|
||||
__attribute__ ((unused));
|
||||
|
||||
void do_pad( std::string & s,
|
||||
std::streamsize w,
|
||||
const char c,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue