summarylogtreecommitdiffstats
path: root/non-verbose.patch
blob: 187bfec15d113033466e8331dc7a772d649627b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/athcool.c	2005-02-10 00:58:12.000000000 -0500
+++ b/athcool.c	2013-09-16 08:40:49.158674011 -0400
@@ -464,7 +464,8 @@
 
   if (fixup) { mode |= ATHLONPM_FIXUP; }
 
-  print_warnings();
+  /* suppress superfluous warning */
+	/* print_warnings(); */
 
   if ( iopl( 3 ) < 0 ) {
     printf( "%s : must run as root. exit\n", argv[0] );