Skip to content

macOS/clang : warning : the && looks wrong here. Should it be | ?

Barrand Guy requested to merge gb_porting into master

Premier essai de "merge request" pour moi sur SOPHYA (tout arrive). Donc vu sur macOS/clang dans pigncont.cc. Il y a un warning sur : ./src/PIGcont/pigncont.cc:639:52: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] g->DrawString(px,py,strg, PI_HorizontalCenter&&PI_VerticalCenter ); ^ ~~~~~~~~~~~~~~~~~ Il me semble que le "&&" devrait être un |.

Merge request reports