https://bugzilla.novell.com/show_bug.cgi?id=860137 https://bugzilla.novell.com/show_bug.cgi?id=860137#c0 Summary: MySQL header files trigger several compilers warning Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: bart@bartvanassche.be QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Steps to Reproduce: 1. Install the libmysqlclient-devel-5.5.33-8.1.x86_64 RPM 2. Download the Net-SNMP source code, e.g. as follows: git clone git://git.code.sf.net/p/net-snmp/code net-snmp cd net-snmp git checkout 1f4e9ae4f4dd2e46ac3d1ac2b032a3efcaea317e -b perl-header-test 3. Build the Net-SNMP source code, e.g. as follows: { ./configure --with-defaults --with-mysql && make -s; } 2>&1 | tee make-output.txt Actual Results: a large number of compiler warnings about casting away 'const'. Expected Results: no such compiler warnings. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.