Author Topic: Something broke between 8045 and 8050  (Read 16033 times)

Offline ironhead

  • Almost regular
  • **
  • Posts: 210
Re: Something broke between 8045 and 8050
« Reply #15 on: June 17, 2012, 02:06:02 am »
@Jens, the regular expression you provided worked, I had to define it before the Preprocessor Error:



Thank you! :)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Something broke between 8045 and 8050
« Reply #16 on: June 17, 2012, 03:13:56 am »
Also, need this changed from error to something else.

Tim S.

Code
include\scripting\bindings/sc_base_types.h:74:1: note: 'void SqPlus::Push(HSQUIRRELVM, TargetFilenameGenerationPolicy)' declared here, later in the translation unit
« Last Edit: June 17, 2012, 03:38:10 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Something broke between 8045 and 8050
« Reply #17 on: June 17, 2012, 12:45:06 pm »
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.
Also, need this changed from error to something else.

Tim S.

Code
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).

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Something broke between 8045 and 8050
« Reply #18 on: June 17, 2012, 02:52:26 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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Something broke between 8045 and 8050
« Reply #19 on: June 17, 2012, 03:41:43 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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline ironhead

  • Almost regular
  • **
  • Posts: 210
Re: Something broke between 8045 and 8050
« Reply #20 on: June 18, 2012, 05:03:59 pm »
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?
« Last Edit: June 18, 2012, 05:06:09 pm by ironhead »