summaryrefslogtreecommitdiff
path: root/lib/libcompat.c
blob: 9687e510a78decfb038589b93ebddbfbc355b4b3 (plain)
1
2
3
4
5
6
7
8
#include "libcompat.h"

/* silence warnings about an empty library */
void
ck_do_nothing (void)
{
  assert (0);
}