aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2018-05-07 20:09:54 +0200
committerXavier Leroy <xavierleroy@users.noreply.github.com>2018-05-26 11:05:13 +0200
commit2b2585f39000f7000f296bc5b35c14e70f0c31fe (patch)
treef7b8f8a520d65af2fb7bc94332e7760bae1eb032 /runtime
parent3de896cebebbdb35d179d17133ee53e505b1f0a8 (diff)
downloadcompcert-2b2585f39000f7000f296bc5b35c14e70f0c31fe.tar.gz
compcert-2b2585f39000f7000f296bc5b35c14e70f0c31fe.zip
Warning for extern declaration after definition.
Warning for change of storage class after the definition of a function from default storage class to extern storage class. This only plays a role if the function is also declared inline, since for inline functions with default storage class no code is generated, but for inline functions with extern storage class code should be generated. Bug 23512
Diffstat (limited to 'runtime')
0 files changed, 0 insertions, 0 deletions