charlesarcher / i7z

Automatically exported from code.google.com/p/i7z
GNU General Public License v2.0
0 stars 0 forks source link

implicit function declaration "logCpuFreq_single_ts" #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 * QA Notice: Package triggers severe warnings which indicate that it
 *            may exhibit random runtime failures.
 * i7z_Single_Socket.c:576:9: warning: implicit declaration of function ‘logCpuFreq_single_ts’ [-Wimplicit-function-declaration]

Original issue reported on code.google.com by ju.lec...@googlemail.com on 29 Jun 2012 at 4:58

GoogleCodeExporter commented 9 years ago
thanks

i fixed it in the latest commit

btw, if possible, could you tell me what are the general settings at which the 
package is compiled, so i'll make sure that unnecessary warnings are not 
generated. thanks

Original comment by abhirana on 4 Jul 2012 at 6:31

GoogleCodeExporter commented 9 years ago
gcc-4.7.1 using these CFLAGS.
CFLAGS="-O1 -pipe -ftracer -march=corei7-avx -mtune=corei7-avx -mcx16 -msahf 
-mno-movbe -maes -mpclmul -mpopcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 
-mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mavx -mno-avx2 -msse4.2 -msse4.1 
-mno-lzcnt --param l1-cache-size=32 --param l1-cache-line-size=64 --param 
l2-cache-size=8192 -frecord-gcc-switches -g -Wimplicit-function-declaration"

Original comment by ju.lec...@googlemail.com on 4 Jul 2012 at 6:51

GoogleCodeExporter commented 9 years ago
cool. thanks, i'll make sure to check with these CFLAGS before committing the 
source.

Original comment by abhirana on 4 Jul 2012 at 6:54