带有std :: uniqe_ptr的C ++ Wunused-variable

时间:2018-04-23 11:25:39

标签: c++ gcc

static int foo = MyServiceRegistry.Register(new FooService());

为什么不会给我#include <memory> int main() { std::unique_ptr<int> i = nullptr; return 1; } 警告(是的,它们已启用)?

(gcc版本7.3.1 20180303(Red Hat 7.3.1-5)(GCC))

干杯&amp;感谢,

梅鲁

0 个答案:

没有答案