only perform compilation phase for verify C++-compliance, no linkage and running
This commit is contained in:
@ -13,11 +13,11 @@
|
||||
#include <inttypes.h>
|
||||
|
||||
extern "C" {
|
||||
#include <libburn/libburn.h>
|
||||
#include <libisofs/libisofs.h>
|
||||
#include "libburn/libburn.h"
|
||||
#include "libisofs/libisofs.h"
|
||||
// using namespace burn;
|
||||
// (this was needed to before rev.4062 of libisoburn)
|
||||
#include <libisoburn/libisoburn.h>
|
||||
#include "libisoburn/libisoburn.h"
|
||||
}
|
||||
|
||||
int main() {
|
||||
|
Reference in New Issue
Block a user