'Generator'에 해당하는 글 1건

traces/implementation/WarpSynchronousGenerator.cpp: In member function 'void trace::WarpSynchronousGenerator::LSInstructionCounter::event(int, const trace::TraceEvent&)':
traces/implementation/WarpSynchronousGenerator.cpp:105:9: error: variable 'aligned' set but not used [-Werror=unused-but-set-variable]

in the "Makefile",

add "-Wno-unused-but-set-variable" to "CXXFLAGS"


./traces/interface/X86TraceGenerator.h: In constructor 'trace::X86TraceGenerator::X86TraceGenerator()':
./traces/interface/X86TraceGenerator.h:128:11: error: 'trace::X86TraceGenerator::kernel_count' will be initialized after [-Werror=reorder]
./traces/interface/X86TraceGenerator.h:92:16: error:   'uint64_t trace::X86TraceGenerator::total_inst_count' [-Werror=reorder]
traces/implementation/X86TraceGenerator.cpp:1137:1: error:   when initialized here [-Werror=reorder]


in the "Makefile"

add "-Wno-reorder" to "CXXFLAGS"



WRITTEN BY
RootFriend
개인적으로... 나쁜 기억력에 도움되라고 만들게되었습니다.

,