search for: wtypedef

Displaying 1 result from an estimated 1 matches for "wtypedef".

Did you mean: typedef
2015 May 07
3
[LLVMdev] OpenMP - C source files which are really c++
Am I mistaken in that some .c files must actually be compiled as c++? In file included from openmp-llvm/runtime/src/kmp_ftn_cdecl.c:16: openmp-llvm/runtime/src/kmp.h:210:3: warning: redefinition of typedef 'ident_t' is a C11 feature [-Wtypedef-redefinition] } ident_t; ^ ---------- I previously sent a patch that fixes this and it was completely rejected. IMHO - This must be fixed 1) C files should be renamed .cxx, .cpp or something correct or 2) Make .c files be treated as c++ lang in cmake or 3) Stop using c++(11) inside c files Plea...