Re: [rtems commit] nfsclient: Avoid __FILE__ and __LINE__

2014-12-05 Thread Sebastian Huber
On 05/12/14 14:49, Gedare Bloom wrote: Should we avoid these macros in general, and say so in coding conventions? Yes, I think we should ban __FILE__, __LINE__ and __DATE__. The only exception should be _Assert(). If we do this, then assert() must be replaced with _Assert(). We should als

Re: [rtems commit] nfsclient: Avoid __FILE__ and __LINE__

2014-12-05 Thread Gedare Bloom
Should we avoid these macros in general, and say so in coding conventions? On Fri, Dec 5, 2014 at 7:10 AM, Sebastian Huber wrote: > Module:rtems > Branch:master > Commit:b657ea4d33ca47d1bf714906ecc4073c1441c620 > Changeset: > http://git.rtems.org/rtems/commit/?id=b657ea4d33ca47d1bf71