~anj/epics-base/cas-intf-addr-list

« back to all changes in this revision

Viewing changes to documentation/RELEASE_NOTES.html

  • Committer: Andrew Johnson
  • Date: 2014-02-21 00:05:42 UTC
  • Revision ID: anj@aps.anl.gov-20140221000542-i1uayq4splbcpig8
libCom: Added macro EPICS_UNUSED to compilerDependencies.h

Stop unnecessary warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
<h2 align="center">Changes between 3.15.0.1 and 3.15.0.2</h2>
16
16
<!-- Insert new items immediately below here ... -->
17
17
 
 
18
<h3>Added macro EPICS_UNUSED to compilerDependencies.h</h3>
 
19
 
 
20
<p>To prevent the compiler from warning about a known-unused variable, mark it
 
21
with the macro EPICS_UNUSED. On gcc and clang this will expand to
 
22
<tt>__attribute__((unused))</tt> to prevent the warning.</p>
 
23
 
18
24
<h3>User specified db substitution file suffix</h3>
19
25
 
20
 
<p>Per Dirk Zimoch's suggestion, a user specified db substitution file suffix is now allowed by setting the variable SUBST_SUFFIX in a configuration directory CONFIG_SITE file or in a Makefile before the include $(TOP)/configure/RULES line. The default is SUBST_SUFFIX=.substitutions.</p>
 
26
<p>Per Dirk Zimoch's suggestion, a user specified db substitution file suffix is
 
27
now allowed by setting the variable SUBST_SUFFIX in a configuration directory
 
28
CONFIG_SITE file or in a Makefile before the include $(TOP)/configure/RULES
 
29
line. The default for SUBST_SUFFIX is <tt>.substitutions</tt></p>
21
30
 
22
31
<h3>NTP Time Provider adjusts to OS tick rate changes</h3>
23
32