Author Topic: Error  (Read 3208 times)

Offline mtamimi

  • Single posting newcomer
  • *
  • Posts: 2
Error
« on: January 14, 2013, 06:40:35 am »
Hi
I used Code::Block few dayas ago with gfortran and was to compile and run my program without any problem. Today I tried to re compile but had the following error:

 Function 'time' has no implicit type

I beleive something changed in the Code::Block. I looked through the settings but I can not find where the setting changed.
Any Help is appreciated.

Mat Tamimi
mtamimi@netzero.net

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Error
« Reply #1 on: January 14, 2013, 08:41:16 am »
Function 'time' has no implicit type

I beleive something changed in the Code::Block.
No, this is a compiler error message. It has nothing to do with Code::Bocks unless you changed something in the setup of your project. Check your project setup, nothing more to recommend here... sorry.

Definitely revision control systems help in such cases, btw...

BTW: Please don't start such non-sense polls next time...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ