Advertisement
gusibsd

Untitled

Oct 10th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. --- traceopen.c.orig 2017-10-10 19:37:48.120659226 +0200
  2. +++ traceopen.c 2017-10-10 19:38:21.589619022 +0200
  3. @@ -30,8 +30,11 @@
  4. GPF_ENABLE; /* Enable read-only protection */
  5.  
  6. printk (KERN_NOTICE "Open captured");
  7. + #pragma GCC diagnostic push
  8. + #pragma GCC diagnostic ignored "-Wdate-time"
  9. printk (KERN_INFO "Correctly installed\n Compiled at %s %s\n", __DATE__,
  10. __TIME__);
  11. + #pragma GCC diagnostic pop
  12. return (0);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement