News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Something broke between 8045 and 8050

Started by ironhead, June 15, 2012, 09:20:10 PM

Previous topic - Next topic

ironhead

@Jens, the regular expression you provided worked, I had to define it before the Preprocessor Error:



Thank you! :)

stahta01

#16
Also, need this changed from error to something else.

Tim S.


include\scripting\bindings/sc_base_types.h:74:1: note: 'void SqPlus::Push(HSQUIRRELVM, TargetFilenameGenerationPolicy)' declared here, later in the translation unit
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Jenna

I committed two new warnings, teh first one belongs to the second one (the warning we discussed here). I decided to add it also, because we have no regexes, that can filter multiple line output as far as I know.
Quote from: stahta01 on June 17, 2012, 03:13:56 AM
Also, need this changed from error to something else.

Tim S.


include\scripting\bindings/sc_base_types.h:74:1: note: 'void SqPlus::Push(HSQUIRRELVM, TargetFilenameGenerationPolicy)' declared here, later in the translation unit


This works for me with default regexes as expected (as note).

stahta01

Quote from: jens on June 17, 2012, 12:45:06 PM

This works for me with default regexes as expected (as note).

Ok, I will rebuild and set it to the default after rebuilding; maybe, my settings are not the default ones.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

stahta01

Quote from: stahta01 on June 17, 2012, 02:52:26 PM
Quote from: jens on June 17, 2012, 12:45:06 PM

This works for me with default regexes as expected (as note).

Ok, I will rebuild and set it to the default after rebuilding; maybe, my settings are not the default ones.

Tim S.

Rebuilding and setting it to defaults fixed the issue.

I am going to have to remember to click set to default every few years; likely not done for since 10.05 was released.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

ironhead

#20
Should the 'required from' messages be treated the same as the 'included from' messages (i.e. as Info or Normal messages)?  I believe all the 'required from' messages are related to the preceding warning?