diff options
author | ilpauzner <ilpauzner@yandex-team.ru> | 2022-02-10 16:46:26 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:26 +0300 |
commit | 5f67a3a4158c6210c5e0020fcda35b0883501b88 (patch) | |
tree | 65d1e70a545fa300997fad5d440ddbed39faf130 | |
parent | f46e9ad72f0ae2f165fb2886ea34043ff5995753 (diff) | |
download | ydb-5f67a3a4158c6210c5e0020fcda35b0883501b88.tar.gz |
Restoring authorship annotation for <ilpauzner@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | contrib/restricted/boost/boost/test/impl/debug.ipp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/boost/test/impl/debug.ipp b/contrib/restricted/boost/boost/test/impl/debug.ipp index cc5e9dbe29..00084a972c 100644 --- a/contrib/restricted/boost/boost/test/impl/debug.ipp +++ b/contrib/restricted/boost/boost/test/impl/debug.ipp @@ -287,8 +287,8 @@ process_info::process_info( int pid ) m_binary_path_buff[num_read] = 0; m_binary_path.assign( m_binary_path_buff, num_read ); -#else // ****************************************************** default - (void) pid; // silence 'unused variable' warning +#else // ****************************************************** default + (void) pid; // silence 'unused variable' warning #endif } |