You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error shows up on Juno R2 with -DENABLE_WARNINGS=ON, but unclear if we need the socketid or cpuid in the future. To be cross-checked with @amarathe84.
/mnt/ssd/shared-patki1/variorum/src/variorum/ARM/neoverse_N1_power_features.c:275:50: error: unused parameter 'socketid' [-Werror=unused-parameter]
int arm_cpu_neoverse_n1_cap_socket_frequency(int socketid, int new_freq)
^
cc1: all warnings being treated as errors
make[2]: *** [variorum/ARM/CMakeFiles/variorum_arm.dir/build.make:135: variorum/ARM/CMakeFiles/variorum_arm.dir/neoverse_N1_power_features.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:161: variorum/ARM/CMakeFiles/variorum_arm.dir/all] Error 2
make: *** [Makefile:128: all] Error 2
The text was updated successfully, but these errors were encountered:
The following error shows up on Juno R2 with
-DENABLE_WARNINGS=ON
, but unclear if we need thesocketid
orcpuid
in the future. To be cross-checked with @amarathe84.The text was updated successfully, but these errors were encountered: