summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2016-02-16 19:50:15 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-09-23 12:12:16 -0400
commit6d24eb2b752354d91e518419f3f5ed421cf06f21 (patch)
tree1f489f13025b88654c2e74810b6ea5aab1fb23ba /.gitignore
parent711ff0ba94d29f059dde90f3c24db307e0d92d4c (diff)
isisd: fix assert warning
icc (the Intel C Compiler) "knows" that assert() can be disabled by setting specific optimisation flags, and therefore emits a warning about missing a return value after an "always-error" assert. Workaround by returning a value - this probably needs discussion and a better fix (for all places where the code needs to abort due to internal errors). Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions