You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// save diagnostic state
#pragma GCC diagnostic push
// turn off the specific warning. Can also use "-Wall"
#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
#include<boost/uuid/uuid.hpp>
#include<boost/uuid/uuid_generators.hpp>
#include<boost/uuid/uuid_io.hpp>
#include<boost/lexical_cast.hpp>// turn the warnings back on
#pragma GCC diagnostic pop
Describe the bug
pisa/test/test_wand_data.cpp
Line 108 in f8c65c1
Local variable
i
shadows outer variable.The text was updated successfully, but these errors were encountered: