2016-07-09 11:21:54 +02:00
|
|
|
int flags_lib(void)
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
2010-06-23 01:18:35 +03:00
|
|
|
|
|
|
|
/* Intel compiler does not reject bad flags or objects! */
|
|
|
|
#if defined(__INTEL_COMPILER)
|
2018-08-09 18:06:22 +02:00
|
|
|
# error BADFLAG
|
2010-06-23 01:18:35 +03:00
|
|
|
#endif
|