Revision: 6540
http://ipcop.svn.sourceforge.net/ipcop/?rev=6540&view=rev
Author: gespinasse
Date: 2012-04-09 16:10:29 +0000 (Mon, 09 Apr 2012)
Log Message:
-----------
There is 2 variants warnings for strict-aliasing
warning: dereferencing pointer '__u' does break strict-aliasing rules
warning: dereferencing type-punned pointer will break strict-aliasing rules
Match both
Modified Paths:
--------------
ipcop/trunk/lfs/check_files
Modified: ipcop/trunk/lfs/check_files
===================================================================
--- ipcop/trunk/lfs/check_files 2012-04-09 13:07:57 UTC (rev 6539)
+++ ipcop/trunk/lfs/check_files 2012-04-09 16:10:29 UTC (rev 6540)
@@ -101,7 +101,7 @@
-sed -i '/\t0$$/d'
/usr/src/log_${MACHINE}/$(PKG_NAME)-compilation-warnings_per_package_count.log
# Easy to fix adding -fno-strict-aliasing to CFLAGS
- -cd /usr/src/log_${MACHINE} && grep 'does break strict-aliasing rules'
$(PKG_NAME)-compilation_warnings_all.log \
+ -cd /usr/src/log_${MACHINE} && grep ' break strict-aliasing rules'
$(PKG_NAME)-compilation_warnings_all.log \
>/usr/src/log_${MACHINE}/$(PKG_NAME)-strict-aliasing_warnings.log
# Very often a security issue, catch 'might' and 'will always' overflow
cases
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn