Waitrud Weber’s blog

things and reminders for memories

2019-03-04から1日間の記事一覧

Hatena: Do not initialize with extern.

Do not initialize with extern in header file. >mingw32-g++ -Wall -O3 -o array_counter.o -c array_counter.cpp In file included from array_counter.cpp:5:0: array_counter.h:14:14: warning: 'char_line_end' initialized and declared 'extern' ext…