sane-project-backends/sanei
Olaf Meeuwissen 471e8ac0c1 sanei_pp: fix [-Wcpp] compiler warning
The `#warning` directive is turned into an error by `-Werror`.  The
directive triggers is guaranteed to trigger with __GNUC__ when no
parallel support is available.  This would prevent strict CI builds.

Output a message with all compilers that understand the pragma.  Those
that don't should ignore it, according to C99.
2016-09-25 16:28:11 +09:00
..
Makefile.am Make libusb-1.0 the default for USB support 2016-07-01 23:44:37 +09:00
Makefile.in Sync autofoo 2016-07-13 23:44:26 +09:00
linux_sg3_err.h Added GPL + SANE exception license. 2003-07-26 17:49:10 +00:00
os2_srb.h Merge devel (v1.0.3) into head branch. 2000-08-12 15:11:46 +00:00
sanei_DomainOS.c Drop execute permission 2015-11-27 21:28:09 +09:00
sanei_DomainOS.h Drop execute permission 2015-11-27 21:28:09 +09:00
sanei_ab306.c Remove dead code due to unused variables 2015-12-20 15:21:45 +09:00
sanei_access.c cleanup, uniq PATH_SEP defines 2012-01-21 22:02:20 -06:00
sanei_auth.c 64 bit platform fixes (bug #300799). 2004-10-03 17:34:36 +00:00
sanei_codec_ascii.c standardize including local sane/ include files. 2009-05-07 22:06:20 -05:00
sanei_codec_bin.c Check the IP address of the remote host before any communication occurs. 2003-02-09 11:23:41 +00:00
sanei_config.c cleanup, uniq PATH_SEP defines 2012-01-21 22:02:20 -06:00
sanei_config2.c standardize including local sane/ include files. 2009-05-07 22:06:20 -05:00
sanei_constrain_value.c fixed range overflow due to rounding in sanei_constrain_value 2013-08-04 09:04:47 +02:00
sanei_init_debug.c Mark internal function toupper_ascii as static 2015-12-20 15:10:30 +09:00
sanei_ir.c Replace obsolete interface with standard include files 2015-10-07 18:09:33 +09:00
sanei_jpeg.c standardize including local sane/ include files. 2009-05-07 22:06:20 -05:00
sanei_lm983x.c 64 bit platform fixes (bug #300799). 2004-10-03 17:34:36 +00:00
sanei_magic.c Bugfix: On error, return the actual error code in sanei_magic_rotate 2015-12-20 14:43:57 +09:00
sanei_net.c Plug an information leak in the net backend. 2008-04-13 14:44:20 +00:00
sanei_pa4s2.c Use consistently __func__ instead of __FUNCTION__ 2015-12-20 15:27:45 +09:00
sanei_pio.c Define IO_SUPPORT_MISSING when inb() and outb() aren't in <sys/io.h> 2015-09-19 13:39:37 -04:00
sanei_pp.c sanei_pp: fix [-Wcpp] compiler warning 2016-09-25 16:28:11 +09:00
sanei_pv8630.c Fix SANE_DEBUG_SANEI_PV8630 2005-09-22 19:02:25 +00:00
sanei_scsi.c Fix include guard typo 2016-08-03 22:12:45 +09:00
sanei_tcp.c Use consistently __func__ instead of __FUNCTION__ 2015-12-20 15:27:45 +09:00
sanei_thread.c Move #include <pthread.h> to sanei_thread.h 2016-02-13 17:34:46 +09:00
sanei_udp.c remove unused variable. 2011-11-09 21:48:07 -06:00
sanei_usb.c sanei_usb: : fix [-Wunused-parameter] compiler warnings 2016-09-25 15:53:46 +09:00
sanei_wire.c Fixing compiler warnings 2007-01-20 23:02:53 +00:00