Advertisement
Gistrec

Pragma compiller ignore .h

Apr 8th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. #pragma once
  2.  
  3. #pragma GCC diagnostic push
  4. #pragma GCC diagnostic ignored "-Wpedantic"
  5. #include <libusb.h>
  6. #pragma GCC diagnostic pop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement