- It only happens with the "-pm -op3" option switched on Is this a bug in the CGT? Can I savely ignore those warnings? BR, Bertram 13 年多前 Archaeologist13 年多前 TI__Guru*84225points A single declaration can be compiled differently when included in different modules if it depends on...
This is a new version of the patch. This adds the -fno-short-enums flag to the tests. I will commit it if the CI for am does not claim this time.
When the ZS file has the system namespace, compilation fails. /nds/src/system/v2022_02/types/LayerType.h:19:1: error: ‘namespace system { }’ redeclared as different kind of symbol { ^ In file included from /usr/include/c++/5/cstdlib:72:0, from /usr/include/c++/5/ext/string_con...
Let's use a note for this so we can reduce the verbosity involved in the sequence of diagnostics here. Just a suggestion, but how about // error: invalid redeclaration of 'optionalInOut(x:)' // note: parameter with %select{implicitly unwrapped|}0 optional type is not different from origi...
After having written this piece of code to execute queries on database separately, PyCharm highlighted the second i with the given comment. for i in range(records): filler.apply_proc('AddCompany', gen_add_company()) for i in range(records): filler.apply_proc('AddConference', gen_a...