Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor: clangdao - missing terminating " character #1

Open
dumblob opened this issue Oct 27, 2014 · 1 comment
Open

minor: clangdao - missing terminating " character #1

dumblob opened this issue Oct 27, 2014 · 1 comment

Comments

@dumblob
Copy link

dumblob commented Oct 27, 2014

cdaoVariable.cpp:315:1: warning: missing terminating " character
 "typedef $(qtype)<$(item)> $(qtype)_$(item);
 ^
cdaoVariable.cpp:318:1: warning: missing terminating " character
 ";
 ^
cdaoVariable.cpp:320:1: warning: missing terminating " character
 "typedef $(qtype)<$(item)*> $(qtype)P_$(item);
 ^
cdaoVariable.cpp:323:1: warning: missing terminating " character
 ";
 ^
cdaoVariable.cpp:325:1: warning: missing terminating " character
 "void Dao_Put$(qtype)_$(item)( DaoProcess *ctx, const $(qtype)_$(item) & qlist )
 ^
cdaoVariable.cpp:345:1: warning: missing terminating " character
 ";
 ^
cdaoVariable.cpp:347:1: warning: missing terminating " character
 "void Dao_Put$(qtype)_$(item)( DaoProcess *ctx, const $(qtype)_$(item) & qlist )
 ^
cdaoVariable.cpp:367:1: warning: missing terminating " character
 ";
 ^
cdaoVariable.cpp:369:1: warning: missing terminating " character
 "void Dao_Put$(qtype)P_$(item)( DaoProcess *ctx, const $(qtype)P_$(item) & qlist )
 ^
cdaoVariable.cpp:389:1: warning: missing terminating " character
 ";
 ^
cdaoVariable.cpp:391:1: warning: missing terminating " character
 "void Dao_Put$(qtype)P_$(item)( DaoProcess *ctx, const $(qtype)P_$(item) & qlist )
 ^
cdaoVariable.cpp:411:1: warning: missing terminating " character
 ";
 ^
cdaoVariable.cpp:413:1: warning: missing terminating " character
 "  $(cxxtype) $(name);
 ^
cdaoVariable.cpp:415:1: warning: missing terminating " character
 ";
 ^
cdaoVariable.cpp:417:1: warning: missing terminating " character
 "  $(cxxtype) $(name);
 ^
cdaoVariable.cpp:419:1: warning: missing terminating " character
 ";
 ^
@dumblob dumblob changed the title minor: missing terminating " character minor: clangdao - missing terminating " character Oct 27, 2014
@dumblob
Copy link
Author

dumblob commented Jan 26, 2015

It seems, the compiler ignores that the whole block is in #if 0 #endif.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant